diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-12-15 18:58:39 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-12-15 18:58:39 (GMT) |
commit | 104be290eb99ab3277906a57fb4673dfa1850bc6 (patch) | |
tree | 1cb1b44f09351116c7ebe409fef462341fac2ff3 /src/dot.cpp | |
parent | 4d3dea2f08f3bed73db5c3b8dc3772e46decb479 (diff) | |
download | Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.zip Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.tar.gz Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.tar.bz2 |
Release-1.3.5-20031215
Diffstat (limited to 'src/dot.cpp')
-rw-r--r-- | src/dot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp index 06fa924..694b9ef 100644 --- a/src/dot.cpp +++ b/src/dot.cpp @@ -99,10 +99,10 @@ static bool convertMapFile(QTextStream &t,const char *mapName, char buf[maxLineLen]; char url[maxLineLen]; char ref[maxLineLen]; - bool isRef = FALSE; int x1,y1,x2,y2; while (!f.atEnd()) { + bool isRef = FALSE; int numBytes = f.readLine(buf,maxLineLen); buf[numBytes-1]='\0'; //printf("ReadLine `%s'\n",buf); |