# HG changeset patch # User Santeri Piippo # Date 1396944692 -10800 # Node ID 06c4477675e456d7c5cbd28592b2b6a3f3bc770d # Parent 2ca8316e01099a72165bd266a5ee98cca4af8d29 - doubled buffer sizes in updaterevision to prevent GIT_HASH from being truncated diff -r 2ca8316e0109 -r 06c4477675e4 updaterevision/updaterevision.c --- a/updaterevision/updaterevision.c Tue Apr 08 11:07:25 2014 +0300 +++ b/updaterevision/updaterevision.c Tue Apr 08 11:11:32 2014 +0300 @@ -34,7 +34,7 @@ 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;