test
This commit is contained in:
@@ -1115,9 +1115,7 @@ void komodo_configfile(char *symbol,uint16_t port)
|
||||
printf("Created (%s)\n",fname);
|
||||
} else printf("Couldnt create (%s)\n",fname);
|
||||
}
|
||||
else
|
||||
{
|
||||
fclose(fp);
|
||||
else fclose(fp);
|
||||
strcpy(fname,GetDataDir(false).string().c_str());
|
||||
#ifdef WIN32
|
||||
while ( fname[strlen(fname)-1] != '\\' )
|
||||
@@ -1154,7 +1152,6 @@ void komodo_configfile(char *symbol,uint16_t port)
|
||||
fclose(fp);
|
||||
} else printf("couldnt open.(%s)\n",fname);
|
||||
}
|
||||
}
|
||||
|
||||
void lock_queue(queue_t *queue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user