]> gitweb.ps.run Git - ps-cgit/blobdiff - shared.c
ui-shared: currenturl should take into account leading slash
[ps-cgit] / shared.c
index ae17d789f26eb5ea565dba771b7ca132e86fdb45..a99173b6113c058cef503e76042a575d1bdbf127 100644 (file)
--- a/shared.c
+++ b/shared.c
@@ -284,8 +284,8 @@ static int load_mmfile(mmfile_t *file, const unsigned char *sha1)
  * ripped from git and modified to use globals instead of
  * a special callback-struct.
  */
-char *diffbuf = NULL;
-int buflen = 0;
+static char *diffbuf = NULL;
+static int buflen = 0;
 
 static int filediff_cb(void *priv, mmbuffer_t *mb, int nbuf)
 {