Ignore:
Timestamp:
Feb 21, 2010, 5:32:09 PM (16 years ago)
Author:
rlwalsh
Message:

eliminate VACPP warning & info msgs - see Ticket #1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/crypt32/base64.c

    r21311 r21354  
    379379        if (!ret)
    380380            outLen += len;
    381         if (cchString - (nextBlock - pszString) <= 0)
     381        if ((LONG)cchString - (nextBlock - pszString) <= 0)
    382382            nextBlock = NULL;
    383383    }
Note: See TracChangeset for help on using the changeset viewer.