diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-12 12:48:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-12 12:56:03 -0700 |
commit | 74616cdddfd0f46822be8708f7bad0038fdca526 (patch) | |
tree | ab24dfa4a16d1dac1e7c5381ba5fb1c60fe4613b /README | |
parent | f9b18b9bfbdd3ef89750cd9b231d57df550db28b (diff) | |
download | subsurface-74616cdddfd0f46822be8708f7bad0038fdca526.tar.gz |
Rename event: correctly replace event with new one
I don't like that the event structure includes the variable length array.
That really makes it a pain to change the name of an event (on the flip
side, freeing events is easier I guess).
Anyway, to correctly rename an event we need to actually remove the event
from the correct dc and then add a new event with the new name. The
previous code was insane (it only worked if the new name was of smaller or
equal length, otherwise it had a beautiful buffer overflow).
And of course we need to do this both for the current_dive and the
displayed_dive.
Fixes #616
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions