Comment inline.

Le 17/07/2016 à 16:04, tthomp...@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/filesystems/ntfs/attrib.c?rev=71957&r1=71956&r2=71957&view=diff
> ==============================================================================
> --- 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 :-))

-- 
Pierre Schweitzer <pierre at reactos.org>
System & Network Administrator
Senior Kernel Developer
ReactOS Deutschland e.V.

Attachment: smime.p7s
Description: Signature cryptographique S/MIME

_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to