patrick
/
plasp
Archived
1
0
Fork 0

Fixed accidentally removed std::cin support.

This commit is contained in:
Patrick Lühne 2016-06-07 23:31:09 +02:00
parent fa178d5ee1
commit 78889e18c6
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ int main(int argc, char **argv)
if (format == "sas")
{
if (inputFiles.size() != 1)
if (inputFiles.size() > 1)
{
std::cerr << "Error: Only one input file allowed for SAS translation" << std::endl;
printHelp();