Changeset c4168f4
- Timestamp:
- 2005-12-16T09:47:44Z (19 years ago)
- Branches:
- master
- Children:
- 701acdd4
- Parents:
- 15832cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_text.c
r15832cc rc4168f4 34 34 { 35 35 switch (id) { 36 case 0: return find_protocol("oscar"); 37 case 1: return find_protocol("oscar"); 38 case 3: return find_protocol("oscar"); 36 case 0: case 1: case 3: return find_protocol("oscar"); 39 37 case 4: return find_protocol("msn"); 40 38 case 2: return find_protocol("yahoo");
Note: See TracChangeset
for help on using the changeset viewer.