PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ pgui_seterr_va()

void pgui_seterr_va ( const char *  fmt,
va_list  ap 
)
static

Definition at line 261 of file shp2pgsql-gui.c.

262{
263 if ( -1 == vsnprintf (pgui_errmsg, GUIMSG_LINE_MAXLEN, fmt, ap) ) return;
265}
#define GUIMSG_LINE_MAXLEN
static char pgui_errmsg[GUIMSG_LINE_MAXLEN+1]

References GUIMSG_LINE_MAXLEN, and pgui_errmsg.

Referenced by pgui_seterr().

Here is the caller graph for this function: