We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3a857 commit be864b9Copy full SHA for be864b9
1 file changed
bin2cpp20/bin2cpp.cpp
@@ -150,7 +150,6 @@ int main(int argc, char **argv) {
150
convertStreamToArray(variable_name + "_arr", buf.get(), len, file);
151
} else {
152
file << "#include<string>\n\n";
153
- variable_name = "str_" + variable_name;
154
std::istringstream in{buf.get()};
155
convertStreamToString(sorted, variable_name, in, file);
156
}
0 commit comments