fix lips.cc
This commit is contained in:
parent
8325823493
commit
ce2b2c9814
|
@ -261,7 +261,7 @@ int lipsLoad(const char* audioFileName, const char* headFileName)
|
||||||
*sep = '\0';
|
*sep = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
strcpy(gLipsData.field_50, v60);
|
strncpy(gLipsData.field_50, v60, 8);
|
||||||
|
|
||||||
strcat(path, _lips_fix_string(gLipsData.field_50, sizeof(gLipsData.field_50)));
|
strcat(path, _lips_fix_string(gLipsData.field_50, sizeof(gLipsData.field_50)));
|
||||||
strcat(path, ".");
|
strcat(path, ".");
|
||||||
|
|
Loading…
Reference in New Issue