Ignore:
Timestamp:
Sep 18, 2000, 9:26:16 PM (25 years ago)
Author:
sandervl
Message:

matchModName bugs fixed

File:
1 edited

Legend:

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

    r4264 r4279  
    1 /* $Id: Fileio.cpp,v 1.39 2000-09-15 13:24:28 sandervl Exp $ */
     1/* $Id: Fileio.cpp,v 1.40 2000-09-18 19:26:15 sandervl Exp $ */
    22
    33/*
     
    674674      while((ptr = strchr(arg1, '/')) != NULL)
    675675        *ptr = '\\';
     676
    676677    return O32_GetFullPathName(arg1, arg2, arg3, arg4);
    677678}
Note: See TracChangeset for help on using the changeset viewer.