Ignore:
Timestamp:
Nov 29, 2001, 2:38:51 PM (24 years ago)
Author:
sandervl
Message:

disk fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/HandleManager.cpp

    r7476 r7489  
    1 /* $Id: HandleManager.cpp,v 1.80 2001-11-29 00:20:45 phaller Exp $ */
     1/* $Id: HandleManager.cpp,v 1.81 2001-11-29 13:38:49 sandervl Exp $ */
    22
    33/*
     
    11021102  if (rc != NO_ERROR)     /* oops, creation failed within the device handler */
    11031103  {
    1104     TabWin32Handles[iIndexNew].hmHandleData.hHMHandle = INVALID_HANDLE_VALUE;
    1105    
     1104    TabWin32Handles[iIndexNew].hmHandleData.hHMHandle = INVALID_HANDLE_VALUE; 
    11061105   
    11071106    // Note:
     
    11201119           sizeof(HMHANDLEDATA));
    11211120  }
    1122 
    1123 
    1124 #ifdef DEBUG_LOCAL
    1125   dprintf(("KERNEL32/HandleManager: CreateFile(%s)=%08xh\n",
    1126            lpFileName,
    1127            iIndexNew));
    1128 #endif
    11291121
    11301122  return (HFILE)iIndexNew;                             /* return valid handle */
Note: See TracChangeset for help on using the changeset viewer.