VirtualBox

Ignore:
Timestamp:
Feb 23, 2015 9:35:50 AM (10 years ago)
Author:
vboxsync
Message:

Runtime: fix condition (thanks gcc-5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tarvfs.cpp

    r53624 r54370  
    373373        case RTZIPTARTYPE_POSIX:
    374374            if (   !RT_C_IS_ALNUM(pTar->Common.typeflag)
    375                 && !pTar->Common.typeflag == '\0')
     375                && pTar->Common.typeflag != '\0')
    376376                return VERR_TAR_UNKNOWN_TYPE_FLAG;
    377377            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