From c441bdfefcc4eae12a99f2874d2c5a4d6603e77c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 18 Apr 2005 07:11:17 +0000 Subject: Make code work as documented by treating -1 as special length for encoding as UTF-8 rather than 0. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index b6c671b57..4e9bcc4cb 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -362,7 +362,7 @@ Editor::Editor() { topLine = 0; posTopLine = 0; - lengthForEncode = 0; + lengthForEncode = -1; needUpdateUI = true; braces[0] = invalidPosition; -- cgit v1.2.3