You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/soloscli/patches/001-newline.patch

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';