1 *** ctorrent/httpencode.cpp.orig Thu Sep 9 01:10:51 2004
2 --- ctorrent/httpencode.cpp Thu Aug 4 15:00:45 2005
8 if( *p != '/' ) return -1;
9 + #if 1 /* The passkey patch */
10 + for( ; *p; p++,path++) *path = *p;
12 for( ; *p && *p != '?'; p++,path++) *path = *p;