r2381 - trunk/src/target/gsm/src/util

shoragan at sita.openmoko.org shoragan at sita.openmoko.org
Thu Jul 12 18:24:01 CEST 2007


Author: shoragan
Date: 2007-07-12 18:23:59 +0200 (Thu, 12 Jul 2007)
New Revision: 2381

Modified:
   trunk/src/target/gsm/src/util/shell.c
Log:
Flush stdout after handling each event.
This should fix http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=606

Modified: trunk/src/target/gsm/src/util/shell.c
===================================================================
--- trunk/src/target/gsm/src/util/shell.c	2007-07-12 14:32:15 UTC (rev 2380)
+++ trunk/src/target/gsm/src/util/shell.c	2007-07-12 16:23:59 UTC (rev 2381)
@@ -303,5 +303,6 @@
 				printf("Unknown command `%s'\n", buf);
 			}
 		}
+		fflush(stdout);
 	}
 }





More information about the commitlog mailing list