diff -pru dillo/src/url.c dillo.orig/src/url.c
--- dillo/src/url.c	Sun Jul  8 00:04:57 2001
+++ dillo.orig/src/url.c	Sun Aug  5 23:21:23 2001
@@ -448,7 +448,7 @@ gint a_Url_cmp(const DilloUrl *A, const 
    if (A == B ||
        (URL_STRCAMP_I_EQ(A->protocol, B->protocol) &&
         URL_STRCAMP_I_EQ(A->hostname, B->hostname) &&
-        URL_GSTRCAMP_I_EQ(A->path, B->path) &&
+        URL_GSTRCAMP_EQ(A->path, B->path) &&
         URL_STRCAMP_EQ(A->data, B->data) &&
         A->port == B->port))
       return 0;

