mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-30 01:28:46 +02:00
Fixes bug by patch 124 offered by kreijstal
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ inchar(FILE *fp)
|
||||
}
|
||||
|
||||
return (int) c;
|
||||
#elif
|
||||
#else
|
||||
|
||||
return getc(fp);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user