sharedspice.c, bug fix, #298 Wrong define in sharedspice.c
thanks to "Sergii" who reported this here: http://sourceforge.net/p/ngspice/bugs/298 This bug did not have any effect
This commit is contained in:
parent
8dc0d0ce5c
commit
ae62187d06
|
|
@ -295,7 +295,7 @@ _thread_run(void *string)
|
|||
bgtid = thread_self();
|
||||
cp_evloop((char *)string);
|
||||
FREE(string);
|
||||
#ifdef __MINGW32__nn
|
||||
#ifdef __MINGW32__
|
||||
bgtid.p = NULL;
|
||||
bgtid.x = 0;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in New Issue