VirtualBox

Changeset 84783 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 11, 2020 7:26:56 AM (5 years ago)
Author:
vboxsync
Message:

Attempt to fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0.cpp

    r84782 r84783  
    3737#include "Virtio_1_0.h"
    3838
     39
    3940/*********************************************************************************************************************************
    4041*   Defined Constants And Macros                                                                                                 *
     
    509510               cbPrint = RTStrPrintf(pszOut, cbRemain, "-- %s", (col + 1) % 8 ? "" : "  ");
    510511           else
    511                cbPrint = RTStrPrintf(pszOut, cbRemain, ("%02x %s", pv[idx], (col + 1) % 8 ? "" : "  "));
     512               cbPrint = RTStrPrintf(pszOut, cbRemain, "%02x %s", pv[idx], (col + 1) % 8 ? "" : "  ");
    512513            ADJCURSOR(cbPrint);
    513514        }
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