VirtualBox

Changeset 14063

Show
Ignore:
Timestamp:
11/11/08 00:23:17 (2 months ago)
Author:
vboxsync
Message:

RTDirRead/RTDirReadEx: sizes are size_t not unsigned.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/dir.h

    r12341 r14063  
    253253 *                      The value is unchanged in all other cases. 
    254254 */ 
    255 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, unsigned *pcbDirEntry); 
     255RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry); 
    256256 
    257257/** 
     
    283283 *                      Use RTFSOBJATTRADD_NOTHING if this doesn't matter. 
    284284 */ 
    285 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, unsigned *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs); 
     285RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs); 
    286286 
    287287 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy