We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5b3ec commit 50be2b6Copy full SHA for 50be2b6
irr/include/irrString.h
@@ -179,7 +179,8 @@ class string
179
(uintptr_t)c < (uintptr_t)(str.data() + str.size()));
180
}
181
182
- if ((void *)c == (void *)c_str()) return *this;
+ if ((void *)c == (void *)c_str())
183
+ return *this;
184
185
u32 len = calclen(c);
186
// In case `c` is a pointer to our own buffer, we may not resize first
0 commit comments