mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Ooops... forgot some debug prints ( embarassed )
svn path=/trunk/; revision=950
This commit is contained in:
parent
e4008de214
commit
a706ca2b64
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: create.c,v 1.16 2000/01/21 23:06:26 phreak Exp $
|
||||
/* $Id: create.c,v 1.17 2000/01/21 23:17:47 phreak Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -118,8 +118,6 @@ HANDLE STDCALL CreateFileW(LPCWSTR lpFileName,
|
|||
lpFileName[3] == (WCHAR)'\\')
|
||||
{
|
||||
wcscpy(PathNameW, lpFileName+4);
|
||||
OutputDebugStringA( "Fuck off\n" );
|
||||
DPRINT1( "Fucking String: %S\n", PathNameW );
|
||||
}
|
||||
else if (lpFileName[0] == (WCHAR)'\\')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue