X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d3d07a5e860f1cde0e234ec7a1aff7111a2c514f..daa8d920942f064b68f913eeb87da28753dc203a:/wildtest.c diff --git a/wildtest.c b/wildtest.c index efda5d6e..1692efe9 100644 --- a/wildtest.c +++ b/wildtest.c @@ -31,6 +31,7 @@ int fnmatch_errors = 0; #endif int wildmatch_errors = 0; +char number_separator = ','; typedef char bool;