Adds arguments for input and output files
Adds gitignore
This commit is contained in:
parent
a217ace469
commit
202801841d
36 changed files with 148 additions and 502 deletions
|
@ -91,7 +91,7 @@ void Page::writePageToFile()
|
|||
file.close();
|
||||
|
||||
if (file.fail())
|
||||
printf("failed to write file");
|
||||
printf("failed to write file to %s \n", outFileUrl.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue