/[xforms]/xforms/lib/errmsg.c
ViewVC logotype

Diff of /xforms/lib/errmsg.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Tue Apr 15 19:14:16 2003 UTC revision 1.4 by leeming, Thu Apr 17 09:04:57 2003 UTC
# Line 182  P_errmsg(const char *func, const char *f Line 182  P_errmsg(const char *func, const char *f
182        {        {
183            va_start(args, fmt);            va_start(args, fmt);
184  #ifdef HAVE_SNPRINTF  #ifdef HAVE_SNPRINTF
185            (void) vsnprintf(emsg, sizeof(emsg)-5, fmt, args);            (void) fl_vsnprintf(emsg, sizeof(emsg)-5, fmt, args);
186  #else  #else
187            (void) vsprintf(emsg, fmt, args);            (void) vsprintf(emsg, fmt, args);
188  #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26