Increase max sig length (irc, r=psychonic)
--HG-- extra : amend_source : 24f20bd01d0277e255f47e0c4392396ec1871104
This commit is contained in:
parent
36cc7610a1
commit
925d514224
@ -90,7 +90,7 @@ struct TempSigInfo
|
|||||||
library[0] = '\0';
|
library[0] = '\0';
|
||||||
sig[0] = '\0';
|
sig[0] = '\0';
|
||||||
}
|
}
|
||||||
char sig[512];
|
char sig[1024];
|
||||||
char library[64];
|
char library[64];
|
||||||
} s_TempSig;
|
} s_TempSig;
|
||||||
unsigned int s_ServerBinCRC;
|
unsigned int s_ServerBinCRC;
|
||||||
|
Loading…
Reference in New Issue
Block a user