]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/snxtsct.c
(NS_ALL) [_WIN32]: Change NS_EVERYTHING back to NS_ALL, #undef NS_ALL to prevent...
[empserver] / src / lib / subs / snxtsct.c
index a737d848342282d181868d6adccdf7799fc60850..5a03e9c66b4920a074b4955999783c6634a05689 100644 (file)
@@ -41,7 +41,7 @@
 
 /*
  * setup the nstr_sect structure for sector selection.
- * can select on either NS_EVERYTHING, NS_AREA, or NS_RANGE
+ * can select on either NS_ALL, NS_AREA, or NS_RANGE
  * iterate thru the "condarg" string looking
  * for arguments to compile into the nstr.
  */
@@ -74,7 +74,7 @@ snxtsct(struct nstr_sect *np, s_char *str)
            return 0;
        snxtsct_dist(np, cx, cy, dist);
        break;
-    case NS_EVERYTHING:
+    case NS_ALL:
        /* fake "all" by doing a world-sized area query */
        snxtsct_area(np, &wr);
        break;