mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
fix a format string
svn path=/trunk/; revision=30641
This commit is contained in:
parent
3da1b0d2e9
commit
5d2b1b1435
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ MsfsSetInformation(PDEVICE_OBJECT DeviceObject,
|
||||||
BufferLength = IoStack->Parameters.QueryFile.Length;
|
BufferLength = IoStack->Parameters.QueryFile.Length;
|
||||||
|
|
||||||
DPRINT("FileInformationClass %d\n", FileInformationClass);
|
DPRINT("FileInformationClass %d\n", FileInformationClass);
|
||||||
DPRINT("SystemBuffer %x\n", SystemBuffer);
|
DPRINT("SystemBuffer %p\n", SystemBuffer);
|
||||||
|
|
||||||
switch (FileInformationClass)
|
switch (FileInformationClass)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue