r2957 - trunk/src/target/gsm/src/util

jserv at sita.openmoko.org jserv at sita.openmoko.org
Wed Sep 12 19:32:26 CEST 2007


Author: jserv
Date: 2007-09-12 19:32:23 +0200 (Wed, 12 Sep 2007)
New Revision: 2957

Modified:
   trunk/src/target/gsm/src/util/atcmd.c
Log:
Fixlet to libgsmd-tool does not flush stdout in atcmd mode.
PR833 - http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=833


Modified: trunk/src/target/gsm/src/util/atcmd.c
===================================================================
--- trunk/src/target/gsm/src/util/atcmd.c	2007-09-12 14:28:14 UTC (rev 2956)
+++ trunk/src/target/gsm/src/util/atcmd.c	2007-09-12 17:32:23 UTC (rev 2957)
@@ -96,6 +96,8 @@
 			 * command */
 			lgsm_passthrough(lgsmh, buf, rbuf, &rlen);
 			printf("RSTR=`%s'\n", rbuf);
+
+			fflush(stdout);
 		}
 	}
 }





More information about the commitlog mailing list