Changeset 547 for trunk/src/ocatv6conv.c
- Timestamp:
- 04/26/10 13:29:15 (2 years ago)
- File:
-
- 1 edited
-
trunk/src/ocatv6conv.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ocatv6conv.c
r534 r547 81 81 { 82 82 shl5((char*) ip6); 83 j = toupper( onion[i]);83 j = toupper((int) onion[i]); 84 84 if ((j < '2') || (j > 'Z')) 85 85 return -1;
Note: See TracChangeset
for help on using the changeset viewer.
