Changeset 68 for trunk/src/helpers/xprf2.c
- Timestamp:
- May 15, 2001, 6:15:18 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/xprf2.c
r14 r68 153 153 { 154 154 APIRET arc = NO_ERROR; 155 PSZ pszKeysList ;155 PSZ pszKeysList = NULL; 156 156 157 157 if (pszErrorKey) 158 158 *pszErrorKey = 0; 159 159 160 pszKeysList = prfhQueryKeysForApp(hiniSource, pszSourceApp); 161 if (pszKeysList) 160 if (!(arc = prfhQueryKeysForApp(hiniSource, 161 pszSourceApp, 162 &pszKeysList))) 162 163 { 163 164 PSZ pKey2 = pszKeysList;
Note:
See TracChangeset
for help on using the changeset viewer.