Changeset 65c178a for test/test-decode.c
- Timestamp:
- 04/20/10 14:11:16 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 71ff20e
- Parents:
- 0c835744
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-decode.c
r1b9272f r65c178a 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.