Oops, fixed minor bug in -r support.

This commit is contained in:
n-a-c-h
2005-07-10 01:33:50 +00:00
parent 32d7fb27a3
commit 8cb11d0a29

View File

@@ -142,7 +142,7 @@ int main(size_t argc, const char **argv)
if (subdir_scan)
{
for (; **argp; argp++)
for (; *argp; argp++)
{
if (!parse_path(*argp, handle_file))
{