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)

by tijl, 10 years ago

Attachment: os_freebsd.cpp.patch added

comment:1 by Christian Franke, 10 years ago

Milestone: Release 6.3

comment:2 by Alex Samorukov, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in r3902, thanks

Note: See TracTickets for help on using tickets.