VirtualBox

Changeset 61902 in vbox for trunk


Ignore:
Timestamp:
Jun 27, 2016 3:58:09 PM (9 years ago)
Author:
vboxsync
Message:

Fix printf formats for LINE, it's integer, not unsigned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/utils.c

    r33540 r61902  
    610610         break;
    611611      default:
    612          fprintf( stderr, "[%s:%u] Unknown framebuffer type 0x%04x.\n",
     612         fprintf( stderr, "[%s:%d] Unknown framebuffer type 0x%04x.\n",
    613613               __FUNCTION__, __LINE__, fb_type );
    614614         return NULL;
     
    640640
    641641      default:
    642          fprintf( stderr, "[%s:%u] Unknown framebuffer format 0x%04x.\n",
     642         fprintf( stderr, "[%s:%d] Unknown framebuffer format 0x%04x.\n",
    643643               __FUNCTION__, __LINE__, fb_format );
    644644         return NULL;
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