Browse Source

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
pre-master-46
rlar 11 years ago
parent
commit
ae62187d06
  1. 2
      src/sharedspice.c

2
src/sharedspice.c

@ -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…
Cancel
Save