Ignore:
Timestamp:
Oct 2, 2023, 11:34:35 PM (23 months ago)
Author:
gyoung
Message:

Remaining changes from merge with Lars 2.9 branch

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/common_functions/ini_funcs.c

    r4 r104  
    5555    if(hiniPriv && !hini)
    5656      PrfCloseProfile(hiniPriv);
    57    
     57
    5858    if(bError)
    5959      break;
     
    103103    }/* end of if(!hini) */
    104104
    105     ulSize=sizeof(swp); 
     105    ulSize=sizeof(swp);
    106106    if(!PrfQueryProfileData(hiniPriv, chrApp, chrKey, &swp, &ulSize))
    107107      bError=TRUE;
     
    109109    if(hiniPriv && !hini)
    110110      PrfCloseProfile(hiniPriv);
    111    
     111
    112112    if(bError)
    113113      break;
     
    166166    if(hiniPriv && !hini)
    167167      PrfCloseProfile(hiniPriv);
    168    
     168
    169169    if(bError)
    170170      break;
     
    214214    ulRC=PrfQueryProfileString(hiniPriv, chrApp, chrKey, chrDefault, chrBuffer, ulSize);
    215215
    216     if(hiniPriv && !hini)
    217       PrfCloseProfile(hiniPriv);
    218    
    219       break;
     216    if(hiniPriv && !hini) {
     217      PrfCloseProfile(hiniPriv);
     218    }
     219    break;
    220220  } while(TRUE);
    221221  return ulRC;
Note: See TracChangeset for help on using the changeset viewer.