URL:
  <http://gna.org/bugs/?10164>

                 Summary: configfile.c needs to be reverted
                 Project: Warzone Resurrection Project
            Submitted by: None
            Submitted on: Tuesday 10/16/2007 at 22:09 CEST
                Category: None
                Severity: 5 - Blocker
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open
         Discussion Lock: Any
                 Release: svn/trunk
        Operating System: Microsoft Windows
         Planned Release: None

    _______________________________________________________

Details:

In 2250, this line was change:
                if (sscanf(buffer, " %[^=] = %u", key, &l) == 1) {
from
                if (sscanf(buffer, " %[^=] = %n", key, &l) == 1) {

This breaks MSVC compiled program.

Revert this change back to :
if (sscanf(buffer, " %[^=] = %n", key, &l) == 1) {

Thanks.






    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?10164>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to