1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-13 20:01:05 +02:00

12 lines
256 B
Diff
Raw Normal View History

--- a/soloscli/soloscli.c
+++ b/soloscli/soloscli.c
@@ -238,7 +238,7 @@
}
if (strcmp(buf,pid) == 0) {
/* printf("Sequence matches.\n"); */
- printf("%s",bufp);
+ printf("%s\n",bufp);
} else {
printf("Sequence incorrect.\n");
buf[i] = '\n';