VirtualBox

Changeset 4694 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 11, 2007 10:14:54 AM (17 years ago)
Author:
vboxsync
Message:

C-ify some files in the runtime for building them inside Linux kernel modules

Location:
trunk/src/VBox/Runtime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp

    r4071 r4694  
    176176                                        cch += pfnOutput(pvArgOutput, " ", 1);
    177177
    178                                         for (int i = 0; i < cchPrecision && off + i < cchWidth; i++)
     178                                        for (i = 0; i < cchPrecision && off + i < cchWidth; i++)
    179179                                        {
    180180                                            uint8_t u8 = pu8[i];
  • trunk/src/VBox/Runtime/strformat.cpp

    r4371 r4694  
    301301    /* make a copy so we can reference it (AMD64 / gcc). */
    302302    va_list args;
    303     va_copy(args, InArgs);
    304 
    305303    KSIZE       cch = 0;
    306304    const char *pszStartOutput = pszFormat;
     305
     306    va_copy(args, InArgs);
     307
    307308    while (*pszFormat != '\0')
    308309    {
  • trunk/src/VBox/Runtime/strformatrt.cpp

    r4071 r4694  
    513513                                        cch += pfnOutput(pvArgOutput, " ", 1);
    514514
    515                                         for (int i = 0; i < cchPrecision && off + i < cchWidth; i++)
     515                                        for (i = 0; i < cchPrecision && off + i < cchWidth; i++)
    516516                                        {
    517517                                            uint8_t u8 = pu8[i];
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