ObjFW  Check-in [abff9ac184]

Overview
Comment:Fix a warning when sizeof(size_t) < sizeof(long long).
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5
Files: files | file ages | folders
SHA3-256: abff9ac18457547b863c4fed3722510b2459870d497c3d4ffb3f6579069e956f
User & Date: js on 2011-04-25 14:14:49
Other Links: branch diff | manifest | tags
Context
2011-04-25
17:17
Skip possible BOMs in OFMutableString. check-in: 810b0028ed user: js tags: 0.5
14:14
Fix a warning when sizeof(size_t) < sizeof(long long). check-in: abff9ac184 user: js tags: 0.5
2011-04-23
02:15
OFMutableString: Call madvise() on the correct length. check-in: 6649214059 user: js tags: 0.5
Changes