VirtualBox

Changeset 107618 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Jan 10, 2025 9:55:06 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166702
Message:

src/VBox/Runtime/r3/dir.cpp: Fixed warnings found by Parfait (self assignment). Needs backporting. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/dir.cpp

    r106061 r107618  
    103103        psz = strchr(psz, RTPATH_SLASH);
    104104        if (psz2 && (!psz || (uintptr_t)psz2 < (uintptr_t)psz))
    105             psz = psz;
     105            psz = psz2;
    106106#else
    107107        psz = strchr(psz, RTPATH_SLASH);
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