diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-24 16:16:39 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-24 16:16:39 (GMT) |
commit | e4cebf12a245705a0ecb714cd3794750af9d0844 (patch) | |
tree | 4d1a863a3e01975cb0300efd330b7a7fb560ee87 /src/instdox.cpp | |
parent | ba0681136c643f13bb56b3b44d4cba3c70c8338d (diff) | |
download | Doxygen-e4cebf12a245705a0ecb714cd3794750af9d0844.zip Doxygen-e4cebf12a245705a0ecb714cd3794750af9d0844.tar.gz Doxygen-e4cebf12a245705a0ecb714cd3794750af9d0844.tar.bz2 |
Release-1.2.4
Diffstat (limited to 'src/instdox.cpp')
-rw-r--r-- | src/instdox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instdox.cpp b/src/instdox.cpp index e891f3c..97df7c6 100644 --- a/src/instdox.cpp +++ b/src/instdox.cpp @@ -146,7 +146,7 @@ void writeInstallScript() t << " print STDERR \"Error: opening file $oldf for writing\\n\";\n"; t << " exit 1;\n"; t << " }\n"; - t << " if ($oldf!=\"tree.js\") {\n"; + t << " if ($oldf ne \"tree.js\") {\n"; t << " while (<F>) {\n"; t << " s/doxygen\\=\\\"([^ \\\"\\:\\t\\>\\<]*)\\:([^ \\\"\\t\\>\\<]*)\\\" (href|src)=\\\"\\2/doxygen\\=\\\"$1:$subst{$1}\\\" \\3=\\\"$subst{$1}/g;\n"; t << " print G \"$_\";\n"; |