From: leslie Date: Fri, 4 Jan 2008 08:51:44 +0000 (+0100) Subject: increase smartcard info buffer size X-Git-Tag: 0.8.7~17 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=2f167f7de55573b8ced51d5b795d72728042199f;p=sasc-ng.git increase smartcard info buffer size --- diff --git a/sc.c b/sc.c index 8909394..dc1dedd 100644 --- a/sc.c +++ b/sc.c @@ -581,7 +581,7 @@ eOSState cMenuInfoSc::ProcessKey(eKeys Key) class cMenuInfoCard : public cMenuText { private: int port; - char infoStr[1024]; + char infoStr[4096]; public: cMenuInfoCard(int Port); virtual eOSState ProcessKey(eKeys Key);