Ignore:
Timestamp:
May 15, 2001, 6:15:18 PM (24 years ago)
Author:
umoeller
Message:

Lotsa fixes from the last two weeks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/xprf2.c

    r14 r68  
    153153{
    154154    APIRET arc = NO_ERROR;
    155     PSZ pszKeysList;
     155    PSZ pszKeysList = NULL;
    156156
    157157    if (pszErrorKey)
    158158        *pszErrorKey = 0;
    159159
    160     pszKeysList = prfhQueryKeysForApp(hiniSource, pszSourceApp);
    161     if (pszKeysList)
     160    if (!(arc = prfhQueryKeysForApp(hiniSource,
     161                                    pszSourceApp,
     162                                    &pszKeysList)))
    162163    {
    163164        PSZ pKey2 = pszKeysList;
Note: See TracChangeset for help on using the changeset viewer.