[853] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r841 - trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:10:24 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Fri, 11 Jan 2008 22:40:17 -0500 (EST)

Author: nelhage
Date: 2008-01-11 22:40:17 -0500 (Fri, 11 Jan 2008)
New Revision: 841

Modified:
   trunk/owl/zephyr.c
Log:
Nuke a warning


Modified: trunk/owl/zephyr.c
===================================================================
--- trunk/owl/zephyr.c	2008-01-12 03:22:09 UTC (rev 840)
+++ trunk/owl/zephyr.c	2008-01-12 03:40:17 UTC (rev 841)
@@ -564,7 +564,7 @@
   } else if (!strcmp(retnotice->z_message, ZSRVACK_NOTSENT)) {
     #define BUFFLEN 1024
     if (retnotice->z_recipient == NULL
-        || *retnotice->z_recipient == NULL
+        || *retnotice->z_recipient == 0
         || *retnotice->z_recipient == '@') {
       char buff[BUFFLEN];
       owl_function_error("No one subscribed to class %s", retnotice->z_class);


home help back first fref pref prev next nref lref last post