Comment inline.
Le 17/07/2016 à 16:04, tthompson@svn.reactos.org a écrit :
Author: tthompson Date: Sun Jul 17 14:04:01 2016 New Revision: 71957
URL: http://svn.reactos.org/svn/reactos?rev=71957&view=rev Log: [NTFS] Address some minor issues with attrib.c: Fix gcc build. Fix formatting.
Modified: branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/attrib.c
Modified: branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/attrib.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2016/NTFS/drivers/filesyste... ============================================================================== --- branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/attrib.c [iso-8859-1] (original) +++ branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/attrib.c [iso-8859-1] Sun Jul 17 14:04:01 2016 @@ -295,14 +291,14 @@ ULONG RunBufferOffset = 0; LONGLONG DataRunOffset; ULONGLONG LastLCN = 0;
- LONGLONG Vbn, Lbn, Count;
- int i;
Use MS portable type, please (ULONG looks good :-))