diff -Naur twittare-0.7.42~orig/src/binreloc.cpp twittare-0.7.42/src/binreloc.cpp --- twittare-0.7.42~orig/src/binreloc.cpp 2009-07-02 15:02:55.000000000 +0200 +++ twittare-0.7.42/src/binreloc.cpp 2009-07-02 15:07:01.000000000 +0200 @@ -741,7 +741,8 @@ char * br_dirname (const char *path) { - char *end, *result; + const char *end; + char *result; if (path == (const char *) NULL) return (char *) NULL;