VirtualBox

Changeset 107660 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 10, 2025 2:28:27 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166751
Message:

src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp: Fixed warnings found by Parfait (impossible or redundant condition) [build fix]. Harmless. ​jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r107658 r107660  
    545545        if (pFile)
    546546        {
    547             VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile->pszName : "<Not found>", uHandle);
     547            VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile->pszName, uHandle);
    548548            rc = vgsvcGstCtrlSessionFileFree(pFile);
    549549        }
     
    11481148        if (pDir)
    11491149        {
    1150             VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle);
     1150            VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir->pszPathAbs, uHandle);
    11511151            rc = vgsvcGstCtrlSessionDirFree(pDir);
    11521152        }
     
    13081308        if (pDir)
    13091309        {
    1310             VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle);
     1310            VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir->pszPathAbs, uHandle);
    13111311
    13121312            rc = RTDirRewind(pDir->hDir);
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