]> git.lyx.org Git - lyx.git/blobdiff - src/lyxsocket.C
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / lyxsocket.C
index bade99cb65d34267409c7c9fadc1fd9ed6671067..e9d7918a92c088a692c04603d9365cd14cd4f61b 100644 (file)
@@ -219,7 +219,7 @@ bool LyXDataSocket::connected() const
 bool LyXDataSocket::readln(string & line)
 {
        int const charbuf_size = 100;
-        char charbuf[charbuf_size]; // buffer for the ::read() system call
+       char charbuf[charbuf_size]; // buffer for the ::read() system call
        int count;
 
        // read and store characters in buffer