summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/atcmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/atcmd.c b/src/util/atcmd.c
index f3716d7..011d112 100644
--- a/src/util/atcmd.c
+++ b/src/util/atcmd.c
@@ -96,6 +96,8 @@ int atcmd_main(struct lgsm_handle *lgsmh)
* command */
lgsm_passthrough(lgsmh, buf, rbuf, &rlen);
printf("RSTR=`%s'\n", rbuf);
+
+ fflush(stdout);
}
}
}
personal git repositories of Harald Welte. Your mileage may vary