From c47d77228d08840503aeeb7c4acd9e431193b9e1 Mon Sep 17 00:00:00 2001 From: crimsondusk Date: Sun, 30 Mar 2014 21:27:05 +0300 Subject: [PATCH] - increased updaterevision's buffer sizes to prevent GIT_BRANCH from cut short --- tools/updaterevision/updaterevision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/updaterevision/updaterevision.c b/tools/updaterevision/updaterevision.c index 90127130a..6ccf174d0 100644 --- a/tools/updaterevision/updaterevision.c +++ b/tools/updaterevision/updaterevision.c @@ -34,7 +34,7 @@ void stripnl(char *str) int main(int argc, char **argv) { - char vertag[64], lastlog[64], lasthash[64], *hash = NULL; + char vertag[128], lastlog[128], lasthash[128], *hash = NULL; FILE *stream = NULL; int gotrev = 0, needupdate = 1;