summaryrefslogtreecommitdiffstats
path: root/package/soloscli/patches/001-newline.patch
blob: 69cd5b28a6aa08a729285a05dda21e45b3ca4422 (plain)
1
2
3
4
5
6
7
8
9
10
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';