VirtualBox

Changeset 3095 in kBuild for trunk/src


Ignore:
Timestamp:
Oct 14, 2017 3:35:51 AM (8 years ago)
Author:
bird
Message:

warning

File:
1 edited

Legend:

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

    r3092 r3095  
    362362    {
    363363        if ((off_t)blk_sz > length)
    364             blk_sz = length;
     364            blk_sz = (size_t)length;
    365365
    366366        bytes_read = read(fd1, b1, blk_sz);
Note: See TracChangeset for help on using the changeset viewer.

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