Changeset 4bb50ef
- Timestamp:
- 2008-03-15T23:53:54Z (17 years ago)
- Branches:
- master
- Children:
- d07c3a8
- Parents:
- 79eae4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
r79eae4a r4bb50ef 3351 3351 break; 3352 3352 case 5: 3353 if( cp != "\005")3353 if(strcmp(cp, "5") != 0) 3354 3354 yct->location = cp; 3355 3355 k = 0;
Note: See TracChangeset
for help on using the changeset viewer.