Index: trunk/Ohana/src/relphot/src/plotstuff.c
===================================================================
--- trunk/Ohana/src/relphot/src/plotstuff.c	(revision 27586)
+++ trunk/Ohana/src/relphot/src/plotstuff.c	(revision 27611)
@@ -149,5 +149,5 @@
   if (PLOTDELAY > 500000) {
     fprintf (stdout, "press return\n"); 
-    fscanf (stdin, "%*c");
+    if (fscanf (stdin, "%*c") != 1) fprintf (stderr, "\n");
   } else {
     usleep (PLOTDELAY);
