commit | 0748a5698776d1a9693a5449ffc983af26cc533b | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Sat Jun 02 09:21:36 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Sat Jun 02 09:21:37 2012 -0700 |
tree | cd409bf30a0c15e69a7417a7c22f9c53af70965b | |
parent | 54a2a6df410ad860f048ef4ff653820787f68f3a [diff] | |
parent | c4293c14083d833bb5d13dc19e73daed8cbbb4ea [diff] |
Merge "aapt: Remove terminal pointer incrementaion"
diff --git a/tools/aapt/ResourceTable.cpp b/tools/aapt/ResourceTable.cpp index 770b027..d051c29 100644 --- a/tools/aapt/ResourceTable.cpp +++ b/tools/aapt/ResourceTable.cpp
@@ -2253,7 +2253,6 @@ bool failed = false; while (pos < end && !failed) { const char16_t* start = pos; - end++; while (pos < end && *pos != '|') { pos++; }