Opened 10 years ago

Closed 10 years ago

#321 closed patch (fixed)

[patch] use %zu to print size_t instead of %lu

Reported by: tijl Owned by: somebody
Priority: trivial Milestone: Release 6.3
Component: all Version:
Keywords: Cc:

Description

The attached patch silences a compiler warning on 32 bit architectures where size_t is defined as int rather than long.

Attachments (1)

os_freebsd.cpp.patch (617 bytes) - added by tijl 10 years ago.

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by tijl

Attachment: os_freebsd.cpp.patch added

comment:1 Changed 10 years ago by Christian Franke

Milestone: Release 6.3

comment:2 Changed 10 years ago by Alex Samorukov

Resolution: fixed
Status: newclosed

Fixed in r3902, thanks

Note: See TracTickets for help on using tickets.