summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-10 10:17:50 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-10 10:17:50 (GMT)
commit502d7aa8101222b6fdd7fe3c5b56869f3efff195 (patch)
tree1ff5387cc80e6975312f4bee6c908def9721f3ea /src/rtfgen.cpp
parent255ef4dc267bffe35fe102b0191f9647eb566b7a (diff)
parentceaf4db4bd5a544e611c3c60722d2a65acc81783 (diff)
downloadDoxygen-502d7aa8101222b6fdd7fe3c5b56869f3efff195.zip
Doxygen-502d7aa8101222b6fdd7fe3c5b56869f3efff195.tar.gz
Doxygen-502d7aa8101222b6fdd7fe3c5b56869f3efff195.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/rtfgen.cpp')
-rw-r--r--src/rtfgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rtfgen.cpp b/src/rtfgen.cpp
index 6ec5231..92740f4 100644
--- a/src/rtfgen.cpp
+++ b/src/rtfgen.cpp
@@ -3052,6 +3052,7 @@ void RTFGenerator::writeLineNumber(const char *,const char *,const char *,int l)
QCString lineNumber;
lineNumber.sprintf("%05d",l);
t << lineNumber << " ";
+ col=0;
}
void RTFGenerator::startCodeLine(bool)
{