From: SourceForge.net <no...@so...> - 2008-09-06 09:24:28
|
Bugs item #2096705, was opened at 2008-09-06 09:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716425&aid=2096705&group_id=129981 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: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: syntax error or argument missing in query.c Initial Comment: on compiling query.c, the compiler crashes because is waiting for the string "%lld" in a sprintf command, and after the string only 2 arguments are given (a long-typed one and an integer), so the format string is mistyped or an argument is missing. lines 235, 593 and 597 in file query.c ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=716425&aid=2096705&group_id=129981 |