1e21e3b514
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23619
12 lines
256 B
Diff
12 lines
256 B
Diff
--- 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';
|