Ticket #160 (closed defect: fixed)
Patch: Fix compile error in subst/timegm.c
| Reported by: | markdoliner | Owned by: | smoku |
|---|---|---|---|
| Priority: | major | Component: | General |
| Version: | 2.1.17 | Keywords: | |
| Cc: | Tracforge_linkmap: | ||
| Blocking: | Blocked By: |
Description
For some reason HAVE_TIMEGM is not defined on my system (Linux, Ubuntu Feisty Fawn), so the compiler tries to compile the timegm() function in subst/timegm.c. However, there appears to be a typo in this function.
timegm.c: In function 'timegm': timegm.c:37: error: implicit declaration of function '_snprintf'
Shouldn't that be snprintf()?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
