Changeset 1065dd4 for protocols/oscar/oscar_util.c
- Timestamp:
- 2015-01-17T20:00:49Z (10 years ago)
- Branches:
- master
- Children:
- eb4ad8d
- Parents:
- bc7a0d4 (diff), 6b13103 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar_util.c
rbc7a0d4 r1065dd4 57 57 curPtr2++; 58 58 } else { 59 if ( toupper(*curPtr1) !=toupper(*curPtr2))59 if ( g_ascii_toupper(*curPtr1) != g_ascii_toupper(*curPtr2)) 60 60 return 1; 61 61 curPtr1++;
Note: See TracChangeset
for help on using the changeset viewer.