mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Fix for the wrong line mumber in listing command of .end lines.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-09-14 Paolo Nenzi <[email protected]>
|
||||
* src/frontend/inp.c: fixed a bug in com_list() that skipped a line number
|
||||
when in displaying the ".end" line. I just moved the line increment at the
|
||||
end of the for cicle (after the instruction that skips the ".end" line).
|
||||
|
||||
|
||||
2007-09-12 Dietmar Warning <[email protected]>
|
||||
* src/frontend/terminal.c: fixed segmentation fault occurring when messages
|
||||
>4096 bytes are sent to out_printf() function. The fix uses asprintf if
|
||||
|
||||
Reference in New Issue
Block a user