Opened 11 years ago
Closed 11 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)
Change History (3)
by , 11 years ago
Attachment: | os_freebsd.cpp.patch added |
---|
comment:1 by , 11 years ago
Milestone: | → Release 6.3 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r3902, thanks