Changeset 1566
- Timestamp:
- 04/20/10 14:11:16 (3 years ago)
- File:
-
- 1 edited
-
trunk/test/test-decode.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/test-decode.c
r1176 r1566 60 60 61 61 const char *lookup_uri(const char *type) { 62 if (strchr(type,':') )62 if (strchr(type,':') || strchr(type,'/')) 63 63 return type; 64 64 if (!strcmp(type,"erf"))
Note: See TracChangeset
for help on using the changeset viewer.
