[ scummvm-Patches-2985205 ] Patch for bug #2983718
SourceForge.net
noreply at sourceforge.net
Sun Apr 11 01:16:57 CEST 2010
Patches item #2985205, was opened at 2010-04-10 20:16
Message generated for change (Tracker Item Submitted) made by vgvgf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2985205&group_id=37116
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: vgvgf (vgvgf)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for bug #2983718
Initial Comment:
Link to bug: https://sourceforge.net/tracker/?func=detail&aid=2983718&group_id=37116&atid=418820
That warning message is generated at \scummvm\trunk\common\fs.cpp in the function FSNode::createReadStream().
A quick solution for a more understanable message could be changing:
warning("FSNode::createReadStream: FSNode does not exist");
to:
warning("FSNode::createReadStream: \"%s\" does not exist", getName().c_str());
There are other warning messages that are also hard to understand, I have changed them in the proposed patch I uploaded.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2985205&group_id=37116
More information about the Scummvm-tracker
mailing list