Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: source/i18n/rematch.cpp

Issue 7886048: Fixing an oversite in my first fix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/rematch.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/rematch.cpp
===================================================================
--- source/i18n/rematch.cpp (revision 101167)
+++ source/i18n/rematch.cpp (working copy)
@@ -5628,6 +5628,8 @@
}
}
}
+ } else {
+ c_is_valid = FALSE;
}
if (fp->fInputIdx <= fActiveLimit && c_is_valid) {
« no previous file with comments | « patches/rematch.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698