X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fnames.c;h=594e7fdd591a3116fb54dfc796c3562e7b5e983b;hb=f86e0605d0e24d2e0424579a8310f6fb81375b92;hp=9fc0ad5888ccc0f75e5c4d8da6925d807d4b1f66;hpb=93906c238d9309f95afeddfa9ac8d7ce92351e70;p=chaz%2Ftar diff --git a/src/names.c b/src/names.c index 9fc0ad5..594e7fd 100644 --- a/src/names.c +++ b/src/names.c @@ -439,7 +439,7 @@ handle_option (const char *str) int i; while (*str && isspace (*str)) - ; + ++str; if (*str != '-') return 1;