1
0
Fork 0

Merge /u/saiarcot895/flightgear/ branch fix-stgmerge-c11 into next

https://sourceforge.net/p/flightgear/flightgear/merge-requests/60/
This commit is contained in:
James Turner 2016-12-04 11:50:17 +00:00
commit d9cd65305a

View file

@ -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;
}