Changeset 21355 for trunk/src/kernel32/profile.cpp
- Timestamp:
- Feb 21, 2010, 5:32:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/profile.cpp
r10574 r21355 986 986 InitializeCriticalSection( &PROFILE_CritSect ); 987 987 MakeCriticalSectionGlobal( &PROFILE_CritSect ); 988 return 1; 988 989 } 989 990 … … 1404 1405 while(*string) { 1405 1406 LPSTR buf=HEAP_strdupA( GetProcessHeap(), 0, string ); 1406 if((p=strchr( buf, '=')) ){1407 if((p=strchr( buf, '=')) != NULL){ 1407 1408 *p='\0'; 1408 1409 ret = PROFILE_SetString( section, buf, p+1 );
Note:
See TracChangeset
for help on using the changeset viewer.