mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DEVTOOLS: CREATE_ENGINE: Print out error message on unsuccessful directory creation
This commit is contained in:
@@ -219,6 +219,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
if (!createDirectory(folder)) {
|
||||
printf("Could not create engine folder.\n");
|
||||
perror(folder);
|
||||
return 0;
|
||||
}
|
||||
printf("done\n");
|
||||
|
||||
Reference in New Issue
Block a user