aboutsummaryrefslogtreecommitdiffstats
path: root/www/Mosaic/files/patch-ag
blob: 4dd833f207aeb34e630aba6c6d35a7da893ea278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** src/gui.c.bak	Wed Oct 25 10:39:53 1995
--- src/gui.c	Tue Dec  5 07:33:41 1995
***************
*** 2495,2501 ****
      return 0;
    else 
      {
! {char ans[10]; gets(ans);}
        /* All other errors are 'fatal'. */
        XGetErrorText (dsp, event->error_code, buf, 128);
        fprintf (stderr, "X Error: %s\n", buf);
--- 2495,2501 ----
      return 0;
    else 
      {
! {char ans[10]; fgets(ans, sizeof(ans), stdin);}
        /* All other errors are 'fatal'. */
        XGetErrorText (dsp, event->error_code, buf, 128);
        fprintf (stderr, "X Error: %s\n", buf);