VirtualBox

Ignore:
Timestamp:
Sep 3, 2009 1:57:52 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51899
Message:

vide hw accel: fix the bug in using glShaderSource to make it work on Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp

    r22675 r22751  
    974974    QByteArray asciiStr = program.toAscii();
    975975    const char * contents = asciiStr.constData();
    976     GLint length = (GLint)strlen(contents) + 1;
     976    GLint length = (GLint)strlen(contents);
    977977
    978978    VBOXQGL_CHECKERR(
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette