Index: url/url_canon.h |
diff --git a/url/url_canon.h b/url/url_canon.h |
index 624eeaf4710a3bedaadcb606eb43c80167f08a9e..8bf7bb73877ae363dcb382440574f9066e762099 100644 |
--- a/url/url_canon.h |
+++ b/url/url_canon.h |
@@ -47,7 +47,7 @@ class CanonOutputT { |
// Sets the character at the given position. The given position MUST be less |
// than the length(). |
- inline void set(int offset, int ch) { |
+ inline void set(int offset, char ch) { |
brettw
2014/10/17 17:31:17
This should be "T" instead of char. Can you fix th
Peter Kasting
2014/10/17 22:49:07
Done.
|
buffer_[offset] = ch; |
} |