]> git.pond.sub.org Git - empserver/commitdiff
Fix another insufficiently parenthesized macro expansion.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Apr 2006 16:25:58 +0000 (16:25 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Apr 2006 16:25:58 +0000 (16:25 +0000)
src/lib/global/file.c

index a9ace8cee848e3d8fdd2b7b9875d587cb536b794..028c3fecc190bdc580dcbac831cca98c856d59f7 100644 (file)
@@ -61,7 +61,7 @@
 /* Initializers for members flags... */
 /* Unmapped cache */
 #define UNMAPPED_CACHE(type, flags) \
-    sizeof(type), flags, NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL
+    sizeof(type), (flags), NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL
 /*
  * Mapped cache, array with known size.
  * Members cids, fids are not set.