src/conversation.c

changeset 2303
18171aa8cd37
parent 2270
c65fc356fb68
child 2313
f7f7ff0b8d4a
--- a/src/conversation.c	Mon Sep 17 23:06:22 2001 +0000
+++ b/src/conversation.c	Mon Sep 17 23:25:10 2001 +0000
@@ -874,7 +874,7 @@
 		}
 
 
-		if (err >= 0) {
+		if (err > 0) {
 			write_to_conv(c, buf, WFLAG_SEND, NULL, time((time_t)NULL));
 
 			if (c->makesound && (sound_options & OPT_SOUND_SEND))

mercurial