* 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>
|
||||
|
||||
* fhandler.h (fhandler_dev_clipboard): Add private member
|
||||
|
|
|
@ -264,8 +264,8 @@ fs_info::update (PUNICODE_STRING upath, HANDLE in_vol)
|
|||
NtClose (vol);
|
||||
return false;
|
||||
}
|
||||
flags (ffai_buf.ffai.FileSystemAttributes);
|
||||
name_len (ffai_buf.ffai.MaximumComponentNameLength);
|
||||
flags (ffai_buf.ffai.FileSystemAttributes);
|
||||
name_len (ffai_buf.ffai.MaximumComponentNameLength);
|
||||
RtlInitCountedUnicodeString (&fsname, ffai_buf.ffai.FileSystemName,
|
||||
ffai_buf.ffai.FileSystemNameLength);
|
||||
if (is_remote_drive ())
|
||||
|
|
Loading…
Reference in New Issue