[SVN] r438 - /branches/idled/debian/patches/23-configurable_idled.dpatch

debian at incase.de debian at incase.de
Sun May 7 22:33:07 UTC 2006


Author: sven
Date: Mon May  8 00:33:07 2006
New Revision: 438

URL: https://mail.incase.de/viewcvs?rev=438&root=cyrus22&view=rev
Log:
I tend to forget that C doesn't know about "false".

Modified:
    branches/idled/debian/patches/23-configurable_idled.dpatch

Modified: branches/idled/debian/patches/23-configurable_idled.dpatch
URL: https://mail.incase.de/viewcvs/branches/idled/debian/patches/23-configurable_idled.dpatch?rev=438&root=cyrus22&r1=437&r2=438&view=diff
==============================================================================
--- branches/idled/debian/patches/23-configurable_idled.dpatch (original)
+++ branches/idled/debian/patches/23-configurable_idled.dpatch Mon May  8 00:33:07 2006
@@ -222,7 +222,7 @@
 +
 +/* Defines to simulate old behaviour */
 +/* see struct define above to see what they do */
-+#define idle_enabled()		(config_idle?config_idle->enabled():false)
++#define idle_enabled()		(config_idle?config_idle->enabled():0)
 +#define idle_init(proc)		if (config_idle != NULL) config_idle->init(proc)
 +#define idle_start(mbox)	if (config_idle != NULL) config_idle->start(mbox)
 +#define ide_done(mbox)		if (config_idle != NULL) config_idle->done(mbox)




More information about the Pkg-Cyrus-imapd-Debian-devel mailing list