VirtualBox

Changeset 1329 in kBuild for trunk/src/kmk/kmkbuiltin/md5sum.c


Ignore:
Timestamp:
Dec 2, 2007 8:49:33 PM (17 years ago)
Author:
bird
Message:

fixed a few warnings the broken --help and --version for install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/md5sum.c

    r1231 r1329  
    313313        cb = read_file(pvFile, abBuf, sizeof(abBuf));
    314314        if (cb > 0)
    315             MD5Update(&Ctx, abBuf, cb);
     315            MD5Update(&Ctx, (unsigned char *)&abBuf[0], cb);
    316316        else if (!cb)
    317317            break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette