mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:22:58 +00:00
Added missing DPRINT
svn path=/trunk/; revision=1191
This commit is contained in:
parent
ea455bcfce
commit
274c4db921
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* $Id: fat.c,v 1.4 2000/03/12 23:28:59 ekohl Exp $
|
* $Id: fat.c,v 1.5 2000/06/17 22:03:23 phreak Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -439,6 +439,7 @@ ULONG GetNextWriteCluster(PDEVICE_EXTENSION DeviceExt, ULONG CurrentCluster)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
NewCluster = FAT12FindAvailableCluster(DeviceExt);
|
NewCluster = FAT12FindAvailableCluster(DeviceExt);
|
||||||
|
DPRINT( "NewFat12Cluster: %x\n", NewCluster );
|
||||||
}
|
}
|
||||||
/* Mark the new AU as the EOF */
|
/* Mark the new AU as the EOF */
|
||||||
WriteCluster(DeviceExt, NewCluster, 0xFFFFFFFF);
|
WriteCluster(DeviceExt, NewCluster, 0xFFFFFFFF);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue