Fix for the wrong line mumber in listing command of .end lines.

This commit is contained in:
pnenzi
2007-09-14 14:42:57 +00:00
parent 082b961397
commit 7e4700ea2d
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -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