X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d3d07a5e860f1cde0e234ec7a1aff7111a2c514f..433c6753a83d070dad5526989e62cce426c0432e:/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;