Fixed accidentally removed std::cin support.
This commit is contained in:
parent
fa178d5ee1
commit
78889e18c6
@ -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();
|
||||
|
Reference in New Issue
Block a user