VirtualBox

Changeset 47374 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Jul 24, 2013 2:10:12 PM (11 years ago)
Author:
vboxsync
Message:

GuestHost/OpenGL: Warning and spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/error.c

    r46757 r47374  
    126126static void outputChromiumMessage( FILE *output, char *str )
    127127{
    128     fprintf( output, "%s%s%s%s\n", str, 
     128    fprintf( output, "%s%s%s%s\n", str,
    129129            swedish_chef ? " BORK BORK BORK!" : "",
    130130            canada ? ", eh?" : "",
     
    220220    }
    221221    else
    222     {   
     222    {
    223223#endif
    224224        va_end( args );
     
    242242
    243243void crEnableWarnings(int onOff)
    244 {         
     244{
    245245    warnings_enabled = onOff;
    246246}
     
    377377            {
    378378                crGetProcName(pname, 1024);
    379                 sprintf(str, "%s_%s_%u.txt", fnamePrefix, pname,
     379                sprintf(str,
    380380#ifdef RT_OS_WINDOWS
    381                         GetCurrentProcessId()
    382 #else
    383                         crGetPID()
    384 #endif
    385                         );
     381                "%s_%s_%u.txt", fnamePrefix, pname, GetCurrentProcessId()
     382#else
     383                "%s_%s_%lu.txt", fnamePrefix, pname, crGetPID()
     384#endif
     385                );
    386386                fname = &str[0];
    387387            }
     
    403403            if (!output)
    404404            {
    405                 crError( "Couldn't open debug log %s", fname ); 
     405                crError( "Couldn't open debug log %s", fname );
    406406            }
    407407        }
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