mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- increased updaterevision's buffer sizes to prevent GIT_BRANCH from cut short
This commit is contained in:
parent
6a958b032c
commit
c47d77228d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue