From bcd80d3dfbc1c41da33cb1c874f2439d8a2ef63b Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 5 Jul 2009 16:28:03 +0000 Subject: Fixed a bug in the line editor: characters could be erased before the beginning of the string (thanks Martin for reporting this). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 851a83e..cf10eef 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-05 Frederic Culot + + * src/utils.c (getstring): prevent character deletion before the + beginning of the string (thanks Martin for reporting the bug) + 2009-06-28 Frederic Culot * src/io.c (io_save_apts, io_save_conf, io_save_todo) -- cgit v1.2.3-54-g00ecf