diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-09-23 18:30:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-09-23 18:30:14 (GMT) |
commit | 9238e342bc8f1ce3e0aaa2944d77c33e4363cf48 (patch) | |
tree | df52e083d5d7b906a1daf8895eff0fb76cc91505 /vhdlparser/VhdlParser.cc | |
parent | 92eb236037e857f38eaf24238815641a48540792 (diff) | |
download | Doxygen-9238e342bc8f1ce3e0aaa2944d77c33e4363cf48.zip Doxygen-9238e342bc8f1ce3e0aaa2944d77c33e4363cf48.tar.gz Doxygen-9238e342bc8f1ce3e0aaa2944d77c33e4363cf48.tar.bz2 |
Bug 735767 - [PATCH] Fix potential copy and paste issue in vhdlparser/VhdlParser.cc
Diffstat (limited to 'vhdlparser/VhdlParser.cc')
-rw-r--r-- | vhdlparser/VhdlParser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhdlparser/VhdlParser.cc b/vhdlparser/VhdlParser.cc index 47ecf49..f158ffb 100644 --- a/vhdlparser/VhdlParser.cc +++ b/vhdlparser/VhdlParser.cc @@ -5579,7 +5579,7 @@ if(tok) s5=tok->image.c_str(); if(tok1) - s3=tok->image.data(); + s3=tok1->image.data(); if(tok2) s3+=":="; |