reduce buffer size

This commit is contained in:
Raphael Assenat 2015-10-24 15:35:10 -04:00
parent deabb7b93d
commit 790563cddc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ int gcn64lib_suspendPolling(gcn64_hdl_t hdl, unsigned char suspend)
int gcn64lib_getVersion(gcn64_hdl_t hdl, char *dst, int dstmax)
{
unsigned char cmd[64];
unsigned char cmd[32];
int n;
if (dstmax <= 0)