projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mac80211: update to wireless-testing 2010-01-19
[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';
This page took
0.041035 seconds
and
5
git commands to generate.