Merge /u/saiarcot895/flightgear/ branch fix-stgmerge-c11 into next
https://sourceforge.net/p/flightgear/flightgear/merge-requests/60/
This commit is contained in:
commit
d9cd65305a
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ int processSTG(osg::ref_ptr<simgear::SGReaderWriterOptions> options,
|
|||
ss >> index;
|
||||
if (ss.fail()) {
|
||||
SG_LOG(SG_TERRAIN, SG_ALERT,
|
||||
"Unable to determine bucket from STG filename " << ss);
|
||||
"Unable to determine bucket from STG filename " << ss.rdbuf());
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue