summaryrefslogtreecommitdiff
path: root/xs_glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs_glob.h')
-rw-r--r--xs_glob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs_glob.h b/xs_glob.h
index c5293dc..978c200 100644
--- a/xs_glob.h
+++ b/xs_glob.h
@@ -5,7 +5,7 @@
#define _XS_GLOB_H
d_char *xs_glob_n(const char *spec, int basename, int reverse, int max);
-#define xs_glob(spec, basename, reverse) xs_glob_n(spec, basename, reverse, 0xfffffff)
+#define xs_glob(spec, basename, reverse) xs_glob_n(spec, basename, reverse, XS_ALL)
#ifdef XS_IMPLEMENTATION