chiark
/
gitweb
/
~mdw
/
tripe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bbf88
)
server/peer.c: Fix `unknown-category' message.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 23 Apr 2012 17:06:12 +0000
(18:06 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 23 Apr 2012 17:38:43 +0000
(18:38 +0100)
A missing comma caused adjacent-string-literal pasting.
server/peer.c
patch
|
blob
|
blame
|
history
diff --git
a/server/peer.c
b/server/peer.c
index 72287cdd6152c6f7cdfa82a103f48e586586a093..f41b66e2c7830387f0f6dc719059d2aa851cc325 100644
(file)
--- a/
server/peer.c
+++ b/
server/peer.c
@@
-395,7
+395,7
@@
static void p_read(int fd, unsigned mode, void *v)
a_warn("PEER",
"?PEER", p,
"bad-packet",
- "unknown-category" "0x%02x", ch,
+ "unknown-category"
,
"0x%02x", ch,
A_END);
break;
unexp: