We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc40880 commit d3c1ad7Copy full SHA for d3c1ad7
src/actions/transformations/utf8_to_unicode.cc
@@ -46,7 +46,7 @@ static inline bool encode(std::string &value) {
46
int unicode_len = 0;
47
unsigned int d = 0;
48
unsigned char c;
49
- auto utf = &input[i];
+ const auto* utf = &input[i];
50
51
c = *utf;
52
0 commit comments