VirtualBox

Changeset 58035 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Oct 6, 2015 7:47:47 AM (9 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp

    r57773 r58035  
    267267#endif
    268268
    269     RTPrintf("Testing "ESC_BOLD"%ldx%ld@%ld" ESC_NORM "\n", guGuestXRes, guGuestYRes, guGuestBpp);
     269    RTPrintf("Testing " ESC_BOLD "%ldx%ld@%ld" ESC_NORM "\n", guGuestXRes, guGuestYRes, guGuestBpp);
    270270
    271271    gScreen = SDL_SetVideoMode(newWidth, newHeight, 0, sdlFlags);
     
    441441{
    442442    if (rc == -1)
    443         RTPrintf(""ESC_BOLD"%s() failed:" ESC_NORM " '%s'\n", fn, SDL_GetError());
     443        RTPrintf("" ESC_BOLD "%s() failed:" ESC_NORM " '%s'\n", fn, SDL_GetError());
    444444
    445445    return rc;
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