Bugs item #1504810, was opened at 2006-06-12 10:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1504810&group_id=139143
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: modules Group: ver devel Status: Open Resolution: None Priority: 5 Submitted By: Bruce Bauman (bbauman) Assigned to: Nobody/Anonymous (nobody) Summary: acc module Initial Comment: if you have both "0" and "1" in the format string (for from-user and to-user, respectively), the last one listed gets printed for both. That is because they used the same static structure to store their result. This is a clear error. fix: use a different structure for the "from" and the "to". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1504810&group_id=139143 _______________________________________________ Devel mailing list [email protected] http://openser.org/cgi-bin/mailman/listinfo/devel
