Ignore:
Timestamp:
Nov 27, 1999, 1:05:40 AM (26 years ago)
Author:
sandervl
Message:

TLS fix

File:
1 edited

Legend:

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

    r1713 r1853  
    1 /* $Id: Fileio.cpp,v 1.15 1999-11-12 14:57:12 sandervl Exp $ */
     1/* $Id: Fileio.cpp,v 1.16 1999-11-27 00:05:39 sandervl Exp $ */
    22
    33/*
     
    390390    dprintf(("KERNEL32:  GetFileAttributesW\n"));
    391391    astring = UnicodeToAsciiString((LPWSTR)arg1);
    392     rc = O32_GetFileAttributes(astring);
     392    rc = ODIN_GetFileAttributesA(astring);
    393393    FreeAsciiString(astring);
    394394    return(rc);
Note: See TracChangeset for help on using the changeset viewer.