Changeset 2be9be270037b619f3be91b14770cec7a76d96a8

Show
Ignore:
Timestamp:
11/04/06 18:18:39 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1144772319 +0000
git-parent:

[f76c592fbb22e9755dd7c7d57ebecd3c41041228]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1144772319 +0000
Message:

Lalala

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/strings.c

    r1f8e57e r2be9be2  
    143143            case '%': 
    144144            { 
    145                 char hex[2]; 
     145                char hex[3]; 
    146146 
    147147                if( ( ( hex[0] = *in++ ) == 0 ) 
  • src/test/url.c

    r08c410d r2be9be2  
    5353                 "This should be modified 1234!"); 
    5454 
     55    test_decode ("%7E", "~"); 
     56 
    5557    /* tests with invalid input */ 
    5658    test_decode ("%", "%");