mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
Remove forgotten breakpoint
svn path=/trunk/; revision=11221
This commit is contained in:
parent
8438655244
commit
f9bf3651a1
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: dir.c,v 1.49 2004/10/07 20:39:04 gvg Exp $
|
/* $Id: dir.c,v 1.50 2004/10/07 21:05:36 gvg Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -341,7 +341,6 @@ GetFullPathNameA (
|
||||||
DWORD ret;
|
DWORD ret;
|
||||||
LPWSTR FilePart = NULL;
|
LPWSTR FilePart = NULL;
|
||||||
|
|
||||||
if (0 == nBufferLength) __asm__("int $3\n");
|
|
||||||
DPRINT("GetFullPathNameA(lpFileName %s, nBufferLength %d, lpBuffer %p, "
|
DPRINT("GetFullPathNameA(lpFileName %s, nBufferLength %d, lpBuffer %p, "
|
||||||
"lpFilePart %p)\n",lpFileName,nBufferLength,lpBuffer,lpFilePart);
|
"lpFilePart %p)\n",lpFileName,nBufferLength,lpBuffer,lpFilePart);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue