Changeset 21354 for trunk/src/crypt32/base64.c
- Timestamp:
- Feb 21, 2010, 5:32:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/crypt32/base64.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crypt32/base64.c
r21311 r21354 379 379 if (!ret) 380 380 outLen += len; 381 if ( cchString - (nextBlock - pszString) <= 0)381 if ((LONG)cchString - (nextBlock - pszString) <= 0) 382 382 nextBlock = NULL; 383 383 }
Note:
See TracChangeset
for help on using the changeset viewer.
