mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 03:12:07 +02:00
Patch 112 by Robert Turnbull
Remove compiler warning.
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ char *dup_string(const char *str, size_t n_char)
|
||||
|
||||
char *tvprintf(const char *fmt, va_list args)
|
||||
{
|
||||
char buf[1024];
|
||||
static char buf[1024];
|
||||
char *p = buf;
|
||||
int size = sizeof(buf);
|
||||
int nchars;
|
||||
|
||||
Reference in New Issue
Block a user