* mount.cc (fs_info::update): Fix formatting.
This commit is contained in:
parent
f2988299eb
commit
c28222be54
@ -1,3 +1,7 @@
|
|||||||
|
2013-12-11 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* mount.cc (fs_info::update): Fix formatting.
|
||||||
|
|
||||||
2013-12-10 Corinna Vinschen <corinna@vinschen.de>
|
2013-12-10 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (fhandler_dev_clipboard): Add private member
|
* fhandler.h (fhandler_dev_clipboard): Add private member
|
||||||
|
@ -264,8 +264,8 @@ fs_info::update (PUNICODE_STRING upath, HANDLE in_vol)
|
|||||||
NtClose (vol);
|
NtClose (vol);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
flags (ffai_buf.ffai.FileSystemAttributes);
|
flags (ffai_buf.ffai.FileSystemAttributes);
|
||||||
name_len (ffai_buf.ffai.MaximumComponentNameLength);
|
name_len (ffai_buf.ffai.MaximumComponentNameLength);
|
||||||
RtlInitCountedUnicodeString (&fsname, ffai_buf.ffai.FileSystemName,
|
RtlInitCountedUnicodeString (&fsname, ffai_buf.ffai.FileSystemName,
|
||||||
ffai_buf.ffai.FileSystemNameLength);
|
ffai_buf.ffai.FileSystemNameLength);
|
||||||
if (is_remote_drive ())
|
if (is_remote_drive ())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user