IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10375


Ignore:
Timestamp:
Dec 1, 2006, 8:59:32 AM (19 years ago)
Author:
jhoblitt
Message:

fix variable name typo and PS_ASSERT_* type mismatch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psMD5.c

    r10365 r10375  
    6565{
    6666    PS_ASSERT_VECTOR_NON_NULL(hash, NULL);
    67     PS_ASSERT_VECTOR_SIZE(hash, MD5_DIGEST_LENGTH, NULL);
    68     PS_ASSERT_VECTOR_TYPE(has, PS_TYPE_U8, NULL);
     67    PS_ASSERT_VECTOR_SIZE(hash, (long int)MD5_DIGEST_LENGTH, NULL);
     68    PS_ASSERT_VECTOR_TYPE(hash, PS_TYPE_U8, NULL);
    6969
    7070    psString string = psStringAlloc(MD5_DIGEST_LENGTH * 2 + 1); // String to return
Note: See TracChangeset for help on using the changeset viewer.