mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Cleanup.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace bx
|
||||
}
|
||||
|
||||
char tmp[kMaxFilePath*2] = "\"";
|
||||
strCat(tmp, BX_COUNTOF(tmp), _filePath.get() );
|
||||
strCat(tmp, BX_COUNTOF(tmp), _filePath);
|
||||
strCat(tmp, BX_COUNTOF(tmp), "\" ");
|
||||
strCat(tmp, BX_COUNTOF(tmp), _args);
|
||||
|
||||
@@ -119,7 +119,7 @@ namespace bx
|
||||
}
|
||||
|
||||
char tmp[kMaxFilePath*2] = "\"";
|
||||
strCat(tmp, BX_COUNTOF(tmp), _filePath.get() );
|
||||
strCat(tmp, BX_COUNTOF(tmp), _filePath);
|
||||
strCat(tmp, BX_COUNTOF(tmp), "\" ");
|
||||
strCat(tmp, BX_COUNTOF(tmp), _args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user