69cd5b28a6aa08a729285a05dda21e45b3ca4422
[openwrt.git] / package / soloscli / patches / 001-newline.patch
1 --- a/soloscli/soloscli.c
2 +++ b/soloscli/soloscli.c
3 @@ -238,7 +238,7 @@
4         }
5         if (strcmp(buf,pid) == 0) {
6  /*             printf("Sequence matches.\n"); */
7 -               printf("%s",bufp);
8 +               printf("%s\n",bufp);
9         } else {
10                 printf("Sequence incorrect.\n");
11                 buf[i] = '\n';