This is a tiny correction. I don't think the code is ever activated
though.

Lior.


Index: BufferView2.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView2.C,v
retrieving revision 1.44
diff -u -r1.44 BufferView2.C
--- BufferView2.C       2000/10/03 18:38:09     1.44
+++ BufferView2.C       2000/10/18 17:33:11
@@ -658,7 +658,7 @@
 {
        if (!available()) {
                value = 1;
-               return 0;
+               return string();
        }
 
        return text->SelectNextWord(this, value);

Reply via email to