fix canonicalize
authorChristian Grothoff <christian@grothoff.org>
Fri, 21 Oct 2011 12:21:22 +0000 (12:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 21 Oct 2011 12:21:22 +0000 (12:21 +0000)
src/fs/fs_uri.c

index b654b2a81de15937e7d74cf621889f6ffbd6f100..eedf72e047c3ded30b1c7e6f9188e3c9f96bfc29 100644 (file)
@@ -1040,6 +1040,7 @@ canonicalize_keyword (const char *in)
     }
     rpos++;
   }
+  *wpos = '\0';
   return ret;
 }