Changeset 22751 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 3, 2009 1:57:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
r22675 r22751 974 974 QByteArray asciiStr = program.toAscii(); 975 975 const char * contents = asciiStr.constData(); 976 GLint length = (GLint)strlen(contents) + 1;976 GLint length = (GLint)strlen(contents); 977 977 978 978 VBOXQGL_CHECKERR(
Note:
See TracChangeset
for help on using the changeset viewer.