Parent Directory
|
Revision Log
|
Patch
revision 2 by vletoux, Tue Feb 23 19:18:59 2010 UTC | revision 3 by vletoux, Thu Feb 25 22:09:17 2010 UTC | |
---|---|---|
# | Line 137 DWORD WINAPI CardGetContainerProperty( | Line 137 DWORD WINAPI CardGetContainerProperty( |
137 | __leave; | __leave; |
138 | } | } |
139 | *pdwDataLen = cbData; | *pdwDataLen = cbData; |
140 | if(bContainerIndex < MaxContainer) | if(bContainerIndex >= MaxContainer) |
141 | { | { |
142 | dwReturn = SCARD_E_NO_KEY_CONTAINER; | dwReturn = SCARD_E_NO_KEY_CONTAINER; |
143 | Trace(WINEVENT_LEVEL_ERROR, L"SCARD_E_NO_KEY_CONTAINER %d", bContainerIndex); | Trace(WINEVENT_LEVEL_ERROR, L"SCARD_E_NO_KEY_CONTAINER %d", bContainerIndex); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |