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

Unified Diff: rlz/lib/string_utils.h

Issue 11434029: Fix tautological compare in rlz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | rlz/lib/string_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/string_utils.h
diff --git a/rlz/lib/string_utils.h b/rlz/lib/string_utils.h
index 6f64e5847012bd89248b1e84c2b7040a23e38b41..0893a6c169bd35a6a0f29737b817e2216f3e6cf7 100644
--- a/rlz/lib/string_utils.h
+++ b/rlz/lib/string_utils.h
@@ -11,7 +11,7 @@
namespace rlz_lib {
-bool IsAscii(char letter);
+bool IsAscii(unsigned char letter);
bool BytesToString(const unsigned char* data,
int data_len,
« no previous file with comments | « no previous file | rlz/lib/string_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698