[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pub/snprintf.c (2.0.5)
From: |
David Douthitt |
Subject: |
pub/snprintf.c (2.0.5) |
Date: |
Sun, 13 Oct 2002 02:40:08 -0500 |
User-agent: |
Mutt/1.4i |
Attempting to compile on several platforms (including HP-UX 11.0
and Solaris 8 for Intel) generates errors about vsnprintf or snprintf.
The file pub/snprintf.c must be hand-edited to fix the problem.
The fix is to change line 195 from:
/* #define HAVE_SNPRINTF */
...to:
#define HAVE_SNPRINTF
...after this edit, no more errors about SNPRINTF will be seen.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- pub/snprintf.c (2.0.5),
David Douthitt <=