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