aboutsummaryrefslogtreecommitdiffstats
path: root/package/soloscli/patches/001-newline.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-10-24 13:46:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-10-24 13:46:32 +0000
commit1e21e3b514ba5b22644ed51549b7730543ec017b (patch)
treead685b87a3a2f4347583a7bb394e8582f70e4916 /package/soloscli/patches/001-newline.patch
parent0d74b4546764201d9a87549dbe089248ff8171d9 (diff)
downloadupstream-1e21e3b514ba5b22644ed51549b7730543ec017b.tar.gz
upstream-1e21e3b514ba5b22644ed51549b7730543ec017b.tar.bz2
upstream-1e21e3b514ba5b22644ed51549b7730543ec017b.zip
soloscli utility for Solos ADSL2+ modems
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23619
Diffstat (limited to 'package/soloscli/patches/001-newline.patch')
-rw-r--r--package/soloscli/patches/001-newline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/soloscli/patches/001-newline.patch b/package/soloscli/patches/001-newline.patch
new file mode 100644
index 0000000000..69cd5b28a6
--- /dev/null
+++ b/package/soloscli/patches/001-newline.patch
@@ -0,0 +1,11 @@
+--- 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';