VirtualBox

Changeset 20070 in vbox for trunk


Ignore:
Timestamp:
May 27, 2009 11:45:17 AM (16 years ago)
Author:
vboxsync
Message:

Runtime: wrong test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/dir-win.cpp

    r20066 r20070  
    131131RTDECL(int) RTDirCreateTemp(char *pszTemplate)
    132132{
    133     if (!_mktemp(pszTemplate))
     133    if (_mktemp(pszTemplate))
    134134    {
    135135        int rc = RTDirCreate(pszTemplate, 0700);
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