#2422: crash with Incorrect format specifier
-------------------------------------+---------------------
        Reporter:  ant...@…          |        Type:  bug
          Status:  new               |    Priority:  normal
       Milestone:  unspecified       |   Component:  other
         Version:  unspecified       |    Keywords:
Operating System:  All/Non-Specific  |  Blocked By:
        Blocking:                    |
-------------------------------------+---------------------
 {{{
 void _syncDebugProjectile(const char *function, PROJECTILE *psProj, char
 ch)
 {
         _syncDebug(function, "%c projectile =
 p%d;pos(%d,%d,%d),rot(%d,%d,%d),state%d,edc%d,nd%zd", ch,
                   psProj->player,
                   psProj->pos.x, psProj->pos.y, psProj->pos.z,
                   psProj->rot.direction, psProj->rot.pitch,
 psProj->rot.roll,
                   psProj->state,
                   psProj->expectedDamageCaused,
                   psProj->psDamaged.size());
 }
 }}}
 Just crashed here with a Incorrect format specifier

-- 
Ticket URL: <http://developer.wz2100.net/ticket/2422>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to