forked from github/server
trying to trace down an intermittently failing test on windows
This commit is contained in:
parent
318820fb00
commit
bf8cc4cb08
|
@ -1929,6 +1929,7 @@ gamedata *gamedata_open(const char *filename, const char *mode) {
|
|||
return data;
|
||||
}
|
||||
}
|
||||
log_error("could not open %s: %s", filename, strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue