Fixed VS build.
This commit is contained in:
parent
993f6b5ff9
commit
d4917fa333
@ -585,7 +585,7 @@ void associate()
|
||||
|
||||
char temp[MAX_PATH];
|
||||
GetTempPathA(MAX_PATH, temp);
|
||||
bx::strCat(temp, "\\texturev.reg");
|
||||
bx::strCat(temp, MAX_PATH, "\\texturev.reg");
|
||||
|
||||
bx::CrtFileWriter writer;
|
||||
bx::Error err;
|
||||
|
Loading…
Reference in New Issue
Block a user