]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
Finds formatted matches in the middle of paragraphs, when no regular expressions...
[lyx.git] / src / Paragraph.cpp
index 1e90a95cb1462cb618019b1486b62b032cae799e..5843ba959d9696e48b214c753cd371d9b43b5543 100644 (file)
@@ -1111,7 +1111,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
                texrow.start(owner_->id(), i + 1);
                column = 0;
        } else {
-               column += os.tellp() - len;
+               column += (unsigned int)(os.tellp() - len);
        }
 
        if (owner_->isDeleted(i))