ObjFW  Check-in [f9202dfdaf]

Overview
Comment:Add missing va_end to asprintf.c.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f9202dfdaf54d9d122ad1fd3a919b7e5f890a803c0f7f5331675a7acc4bf75f8
User & Date: js on 2008-12-22 23:17:43
Other Links: manifest | tags
Context
2008-12-23
01:57
Check for SIZE_T, fallback to SIZE_T_MAX or define as (size_t)-1. check-in: c180b76560 user: js tags: trunk
2008-12-22
23:17
Add missing va_end to asprintf.c. check-in: f9202dfdaf user: js tags: trunk
22:30
%zd doesn't work on win32. check-in: 6362f9c167 user: js tags: trunk
Changes