Increase max sig length (irc, r=psychonic)

This commit is contained in:
Ruben Gonzalez 2014-02-08 20:51:59 -05:00
parent dd4a02bf1f
commit cb489af757

View File

@ -90,7 +90,7 @@ struct TempSigInfo
library[0] = '\0';
sig[0] = '\0';
}
char sig[512];
char sig[1024];
char library[64];
} s_TempSig;
unsigned int s_ServerBinCRC;