Changeset 1566


Ignore:
Timestamp:
04/20/10 14:11:16 (3 years ago)
Author:
perry
Message:

Allow decoding arbitary urls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/test-decode.c

    r1176 r1566  
    6060 
    6161const char *lookup_uri(const char *type) { 
    62         if (strchr(type,':')) 
     62        if (strchr(type,':') || strchr(type,'/')) 
    6363                return type; 
    6464        if (!strcmp(type,"erf")) 
Note: See TracChangeset for help on using the changeset viewer.