projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0077fa
)
Minor fix for previous commit
author
Morgan Deters
<mdeters@cs.nyu.edu>
Thu, 6 Feb 2014 16:13:24 +0000
(11:13 -0500)
committer
Morgan Deters
<mdeters@cs.nyu.edu>
Thu, 6 Feb 2014 16:13:24 +0000
(11:13 -0500)
src/parser/smt2/Smt2.g
patch
|
blob
|
history
diff --git
a/src/parser/smt2/Smt2.g
b/src/parser/smt2/Smt2.g
index 22af762c7de65897c3894538ff0203f8b7f74323..9282486c8dca0796f18454d48704738ac2b23bd0 100644
(file)
--- a/
src/parser/smt2/Smt2.g
+++ b/
src/parser/smt2/Smt2.g
@@
-1182,7
+1182,6
@@
str[std::string& s]
++q;
if(*q == '\\' || *q == '"') {
*p++ = *q++;
- ++q;
} else {
assert(*q != '\0');
*p++ = '\\';