VirtualBox

Changeset 25898 in vbox


Ignore:
Timestamp:
Jan 18, 2010 3:33:54 PM (15 years ago)
Author:
vboxsync
Message:

Runtime/path-posix.cpp: gcc found this bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/path-posix.cpp

    r23312 r25898  
    710710                    if (    SrcStat.st_dev == DstStat.st_dev
    711711                        &&  SrcStat.st_ino == DstStat.st_ino
    712                         &&  (SrcStat.st_mode & S_IFMT) == (SrcStat.st_mode & S_IFMT))
     712                        &&  (SrcStat.st_mode & S_IFMT) == (DstStat.st_mode & S_IFMT))
    713713                    {
    714714                        /*
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