mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
update NFD to 67345b80eb
This commit is contained in:
parent
a5f3e70653
commit
166128dd73
7 changed files with 170 additions and 171 deletions
|
|
@ -92,7 +92,7 @@ static nfdresult_t ZenityCommon(char** command, int commandLen, const char* defa
|
|||
{
|
||||
if(defaultPath != NULL)
|
||||
{
|
||||
char* prefix = "--filename";
|
||||
char* prefix = "--filename=";
|
||||
int len = strlen(prefix) + strlen(defaultPath) + 1;
|
||||
|
||||
char* tmp = (char*) calloc(len, 1);
|
||||
|
|
@ -133,10 +133,6 @@ static nfdresult_t ZenityCommon(char** command, int commandLen, const char* defa
|
|||
|
||||
static nfdresult_t AllocPathSet(char* zenityList, nfdpathset_t *pathSet )
|
||||
{
|
||||
size_t bufSize = 0;
|
||||
nfdchar_t *p_buf;
|
||||
size_t count = 0;
|
||||
|
||||
assert(zenityList);
|
||||
assert(pathSet);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue