From: SourceForge.net <no...@so...> - 2008-11-24 12:23:08
|
Patches item #2338601, was opened at 2008-11-24 13:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2338601&group_id=51305 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: CVS HEAD Status: Open Resolution: None Priority: 5 Private: No Submitted By: Peter Jansson (jansson) Assigned to: Nobody/Anonymous (nobody) Summary: [wxplotctrl] plotdata.cpp: sprintf format warning Initial Comment: A compiler warning is generated in the method wxPlotData::LoadFile where wxString::Format(...%d...) is used with a long integer in the argument list. The attached patch uses %ld instead of %d. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462818&aid=2338601&group_id=51305 |