forked from speed-dreams/speed-dreams-code
Improved GfParmReadFile fopen error message
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2605 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e0899752ce4f5eb545e488d848f08fb67cc2d78c Former-commit-id: 9955f90f801c9d64af2f7f1124723076a79ebaf1
This commit is contained in:
parent
fe9666aa23
commit
9450bf2a40
1 changed files with 1 additions and 1 deletions
|
@ -1229,7 +1229,7 @@ GfParmReadFile (const char *file, int mode)
|
|||
if (mode & GFPARM_RMODE_REREAD) {
|
||||
in = fopen (file, "r");
|
||||
if (!in && ((mode & GFPARM_RMODE_CREAT) == 0)) {
|
||||
GfOut ("gfParmReadFile: fopen \"%s\" failed\n", file);
|
||||
GfOut ("Failed to load \"%s\" (fopen failed)\n", file);
|
||||
goto bailout;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue