[package] soloscli utility for Solos ADSL2+ modems
[openwrt.git] / package / soloscli / patches / 001-newline.patch
diff --git a/package/soloscli/patches/001-newline.patch b/package/soloscli/patches/001-newline.patch
new file mode 100644 (file)
index 0000000..69cd5b2
--- /dev/null
@@ -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';
This page took 0.025994 seconds and 4 git commands to generate.