Fixed file extraction.

This commit is contained in:
Robert Osfield 2004-11-11 16:05:30 +00:00
parent 6f96cf4ad2
commit 9d8e24a4a3

View File

@ -82,6 +82,10 @@ int main( int argc, char **argv )
files.insert(files.end(),directory.begin(),directory.end());
}
}
else
{
files.push_back(arguments[pos]);
}
}
}