* mount.cc (fs_info::update): Fix formatting.

This commit is contained in:
Corinna Vinschen
2013-12-11 10:24:52 +00:00
parent f2988299eb
commit c28222be54
2 changed files with 6 additions and 2 deletions

View File

@@ -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 ())