summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-12-15 18:58:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-12-15 18:58:39 (GMT)
commit4369f8dfd78c7d6666a604026017cfe6e4c9fbc4 (patch)
tree1cb1b44f09351116c7ebe409fef462341fac2ff3 /src/dot.cpp
parente25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2 (diff)
downloadDoxygen-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.cpp2
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);