X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Furl.c;h=9b20c51916b950b74f8209fef086f34edc2ff862;hp=d721501ab0f53527c0f4337e66e9d81017cd3f4c;hb=df8b19a28eee02f23178584737080001ce8873d1;hpb=a5ac5eaee8c0e40955e91a23bcaa107c7abc087e diff --git a/src/url.c b/src/url.c index d721501a..9b20c519 100644 --- a/src/url.c +++ b/src/url.c @@ -1220,7 +1220,7 @@ append_char (char ch, struct growable *dest) enum { filechr_not_unix = 1, /* unusable on Unix, / and \0 */ - filechr_not_windows = 2, /* unusable on Windows, one of \|/<>?:*" */ + filechr_not_windows = 2, /* unusable on MSDOS/Windows, one of \|/<>?:*" */ filechr_control = 4 /* a control character, e.g. 0-31 */ };