Changeset 104 for trunk/common_functions/ini_funcs.c
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/common_functions/ini_funcs.c
r4 r104 55 55 if(hiniPriv && !hini) 56 56 PrfCloseProfile(hiniPriv); 57 57 58 58 if(bError) 59 59 break; … … 103 103 }/* end of if(!hini) */ 104 104 105 ulSize=sizeof(swp); 105 ulSize=sizeof(swp); 106 106 if(!PrfQueryProfileData(hiniPriv, chrApp, chrKey, &swp, &ulSize)) 107 107 bError=TRUE; … … 109 109 if(hiniPriv && !hini) 110 110 PrfCloseProfile(hiniPriv); 111 111 112 112 if(bError) 113 113 break; … … 166 166 if(hiniPriv && !hini) 167 167 PrfCloseProfile(hiniPriv); 168 168 169 169 if(bError) 170 170 break; … … 214 214 ulRC=PrfQueryProfileString(hiniPriv, chrApp, chrKey, chrDefault, chrBuffer, ulSize); 215 215 216 if(hiniPriv && !hini) 217 PrfCloseProfile(hiniPriv); 218 219 216 if(hiniPriv && !hini) { 217 PrfCloseProfile(hiniPriv); 218 } 219 break; 220 220 } while(TRUE); 221 221 return ulRC;
Note:
See TracChangeset
for help on using the changeset viewer.