diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx index b4398312..74aa3964 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -448,7 +448,7 @@ print_format::string_to_components(string const & str) assert (curr.type == conv_unspecified || curr.type == conv_literal); curr.type = conv_literal; curr.literal_string += '%'; - ++i; + i += 2; continue; } else |