Skip to content

Commit be864b9

Browse files
authored
Update bin2cpp.cpp
1 parent cd3a857 commit be864b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin2cpp20/bin2cpp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ int main(int argc, char **argv) {
150150
convertStreamToArray(variable_name + "_arr", buf.get(), len, file);
151151
} else {
152152
file << "#include<string>\n\n";
153-
variable_name = "str_" + variable_name;
154153
std::istringstream in{buf.get()};
155154
convertStreamToString(sorted, variable_name, in, file);
156155
}

0 commit comments

Comments
 (0)