diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-12-15 18:58:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-12-15 18:58:39 (GMT) |
commit | 4369f8dfd78c7d6666a604026017cfe6e4c9fbc4 (patch) | |
tree | 1cb1b44f09351116c7ebe409fef462341fac2ff3 /src/dot.cpp | |
parent | e25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2 (diff) | |
download | Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.zip Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.tar.gz Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.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); |