VirtualBox

Changeset 50695 in vbox


Ignore:
Timestamp:
Mar 5, 2014 10:12:20 AM (11 years ago)
Author:
vboxsync
Message:

format string fixes

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase.cpp

    r49104 r50695  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    873873                    {
    874874                        strcpy(szName1, *pszVendor ? pszVendor : pszProduct);
    875                         RTStrPrintf(szName2, sizeof(szName2), "%s %s (#%u)", *pszVendor ? pszVendor : pszProduct, i);
     875                        RTStrPrintf(szName2, sizeof(szName2), "%s (#%u)", *pszVendor ? pszVendor : pszProduct, i);
    876876                    }
    877877                }
  • trunk/src/VBox/Main/src-server/darwin/iokit.cpp

    r48955 r50695  
    99
    1010/*
    11  * Copyright (C) 2006-2012 Oracle Corporation
     11 * Copyright (C) 2006-2014 Oracle Corporation
    1212 *
    1313 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    13551355                                RTStrPrintf(szName, sizeof(szName), "%s %s (#%u)", pszVendor, pszProduct, i);
    13561356                            else
    1357                                 RTStrPrintf(szName, sizeof(szName), "%s %s (#%u)", *pszVendor ? pszVendor : pszProduct, i);
     1357                                RTStrPrintf(szName, sizeof(szName), "%s (#%u)", *pszVendor ? pszVendor : pszProduct, i);
    13581358                            break;
    13591359                        }
  • trunk/src/VBox/VMM/testcase/tstVMMFork.cpp

    r44528 r50695  
    55
    66/*
    7  * Copyright (C) 2006-2013 Oracle Corporation
     7 * Copyright (C) 2006-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    140140
    141141        if (rcErrors > 0)
    142             RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n");
     142            RTPrintf(TESTCASE ": error: %d error(s) during fork(). Cannot proceed to test the VM.\n", rcErrors);
    143143        else
    144144            RTPrintf(TESTCASE ": fork() and VM test, SUCCESS.\n");
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