[Freeciv-tickets] [freeciv] #48560: server_sniff_all_input(): Use SIZE_T_PRINTF for didget value printing

Back to archive index
OSDN Ticket System norep****@osdn*****
Wed Aug 30 11:25:52 JST 2023


#48560: server_sniff_all_input(): Use SIZE_T_PRINTF for didget value printing

  Open Date: 2023-08-30 05:25
Last Update: 2023-08-30 05:25

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/48560
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=48560

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2023-08-30 05:25 Updated by: cazfi
 * New Ticket "server_sniff_all_input(): Use SIZE_T_PRINTF for didget value printing" created


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: (None)
          Type: Patches
        Status: Open
      Priority: 5 - Medium
     MileStone: 3.1.0-beta3
     Component: Server
      Severity: 5 - Medium
    Resolution: None
---------------------------------------------------------------------

Ticket details:

server_sniff_all_input() should have SIZE_T_PRINTF instead of "(long int)" casts in
        log_debug("Got line: \"%s\" (%ld, %ld)", buffer,
                  (long int) didget, (long int) len);


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/48560
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=48560



More information about the Freeciv-tickets mailing list
Back to archive index