scintilla: Fix reload comparison when removing trailing space
commit2e2e275ef4129c54072811028fde8853a6200eec
authorSébastien Granjoux <seb.sfo@free.fr>
Sun, 2 Oct 2011 10:30:38 +0000 (2 12:30 +0200)
committerSébastien Granjoux <seb.sfo@free.fr>
Sun, 2 Oct 2011 10:30:38 +0000 (2 12:30 +0200)
tree524edbd7a0f8e001543db67a4b5ef6af60fe4da9
parent65dc2d3bb5554c6428f2e096c8ed63db7723b7f2
scintilla: Fix reload comparison when removing trailing space

The last saved content wasn't terminated with '\0' which make the comparison falling when getting the change notification.
plugins/scintilla/text_editor.c