# HG changeset patch # User Santeri Piippo # Date 1396944728 -10800 # Node ID 614b53aef8a99d1e8cbcbf3f8d196e114be7aa43 # Parent 7f7cbe63b16fb75d2310d653cb0f47291d0d29b1# Parent 06c4477675e456d7c5cbd28592b2b6a3f3bc770d Merge ../ldforge into gl diff -r 7f7cbe63b16f -r 614b53aef8a9 updaterevision/updaterevision.c --- a/updaterevision/updaterevision.c Tue Apr 08 11:07:47 2014 +0300 +++ b/updaterevision/updaterevision.c Tue Apr 08 11:12:08 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;