We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5ae85 commit 3309029Copy full SHA for 3309029
message.c
@@ -882,7 +882,7 @@ static enum ProtocolBuffers_MagicMethod php_protocolbuffers_parse_magic_method(c
882
// || (i+1 < name_len && name[i+1] >= 'a' && name[i+1] <= 'z')) {
883
// smart_str_appendc(buf, '_');
884
// }
885
- smart_str_appendc(buf, '_');
+ smart_str_appendc(buf, '_');
886
}
887
smart_str_appendc(buf, name[i] + ('a' - 'A'));
888
smart_str_appendc(buf2, name[i]);
0 commit comments