1
0
Fork 0

Merge branch 'maint' into next

This commit is contained in:
Tim Moore 2009-02-02 00:59:18 +01:00
commit 43c47f3823

View file

@ -357,7 +357,7 @@ do_save (const SGPropertyNode * arg)
file += ".sav"; file += ".sav";
if (!fgValidatePath(file.c_str(), false)) { if (!fgValidatePath(file.c_str(), false)) {
SG_LOG(SG_IO, SG_ALERT, "save: reading '" << file << "' denied " SG_LOG(SG_IO, SG_ALERT, "save: writing '" << file << "' denied "
"(unauthorized access)"); "(unauthorized access)");
return false; return false;
} }