Code: Select all
if (!strcmp(pSection,"-1"))
pSection=0;
if (pKey=strtok(NULL,","))
{
if (!strcmp(pKey,"-1"))
pKey=0;
pDefault=strtok(NULL,"¦");
if (!pDefault)
pDefault="";
}Code: Select all
if (!strcmp(pSection,"-1"))
pSection=0;
if (pKey=strtok(NULL,","))
{
if (!strcmp(pKey,"-1"))
pKey=0;
pDefault=strtok(NULL,"¦");
if (!pDefault)
pDefault="";
}