summaryrefslogtreecommitdiff
path: root/www/Mosaic/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'www/Mosaic/files/patch-ag')
-rw-r--r--www/Mosaic/files/patch-ag19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/Mosaic/files/patch-ag b/www/Mosaic/files/patch-ag
new file mode 100644
index 000000000000..4dd833f207ae
--- /dev/null
+++ b/www/Mosaic/files/patch-ag
@@ -0,0 +1,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);