[Opensrf-commits] r1280 - trunk/include/opensrf
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 11 11:14:07 EDT 2008
Author: erickson
Date: 2008-03-11 10:40:55 -0400 (Tue, 11 Mar 2008)
New Revision: 1280
Modified:
trunk/include/opensrf/utils.h
Log:
rolling back change in changeset 1277 for default osrf_clearbuf handling. not sure of the exact problem yet, suffice to say the services wont start with the "!!!..." version of clearbuf enabled
Modified: trunk/include/opensrf/utils.h
===================================================================
--- trunk/include/opensrf/utils.h 2008-03-10 13:37:44 UTC (rev 1279)
+++ trunk/include/opensrf/utils.h 2008-03-11 14:40:55 UTC (rev 1280)
@@ -41,7 +41,7 @@
memset( ptr, 0, size );\
} while(0)
-#ifdef NDEBUG
+#ifndef NDEBUG
// The original ... replace with noop once no more errors occur in NDEBUG mode
#define osrf_clearbuf( s, n ) memset( s, 0, n )
#else
More information about the opensrf-commits
mailing list