BETA scene generator
This commit is contained in:
@ -175,7 +175,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
|
||||
std::string filenameOut(argv[2]);
|
||||
filenameOut += "/nlanguage_" + it->first + ".language";
|
||||
filenameOut += "/language_" + it->first + ".language";
|
||||
|
||||
char *filenameOutC = (char *)malloc(sizeof(char) * (filenameOut.size() + 1));
|
||||
if(filenameOutC == NULL) {
|
||||
|
Reference in New Issue
Block a user