VirtualBox

Changeset 35945 in vbox


Ignore:
Timestamp:
Feb 11, 2011 4:18:22 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69999
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/filesplitter.cpp

    r29822 r35945  
    7979        }
    8080
    81         if (fread(pBuffer, 1, lStat.st_size, pFileIn) != lStat.st_size)
     81        if (fread(pBuffer, 1, lStat.st_size, pFileIn) != (size_t)lStat.st_size)
    8282        {
    8383            fprintf(stderr, "filesplitter: Failed to read %ld bytes from input file.\n", (long)lStat.st_size);
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