- increased updaterevision's buffer sizes to prevent GIT_BRANCH from cut short

This commit is contained in:
crimsondusk 2014-03-30 21:27:05 +03:00
parent 6a958b032c
commit c47d77228d

View file

@ -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;