VirtualBox

Changeset 3433 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 5, 2007 8:19:08 AM (18 years ago)
Author:
vboxsync
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp

    r3432 r3433  
    311311
    312312      printf(Buffer);
    313 //      OutputDebugStringA(Buffer);
     313      OutputDebugStringA(Buffer);
    314314   }
    315315
     
    435435    parms.lasterror.type                    = VMMDevHGCMParmType_32bit;
    436436    parms.lasterror.u.value32               = 0;
    437     if (!cbParam || !pLastParam)
    438     {
     437    if (cbParam)
     438    {
     439        Assert(pLastParam);
    439440        parms.pLastParam.type                   = VMMDevHGCMParmType_LinAddr;
    440441        parms.pLastParam.u.Pointer.size         = cbParam;
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