瀏覽代碼

nick, is this what you meant?

svn:r1740
Roger Dingledine 21 年之前
父節點
當前提交
47dc5cd1c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/util.h

+ 1 - 1
src/common/util.h

@@ -36,7 +36,7 @@
 #define strncasecmp strnicmp
 #define strcasecmp stricmp
 #define INLINE __inline
-#define _ARRAYSIZE(x) (((x)==0)?1:0)
+#define _ARRAYSIZE(x) (((x)==0)?1:(x))
 /* Windows compilers before VC7 don't have __FUNCTION__. */
 #if _MSC_VER < 1300
 #define __FUNCTION__ "???"