mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 16:51:31 +00:00
Merge branch 'master' of https://github.com/crimsondusk/zdoom
This commit is contained in:
commit
55844e00e5
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