* mount.cc (mount_info::get_mounts_here): Don't subtract 2 from
Length if it's 0 anyway.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2008-08-15  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* mount.cc (mount_info::get_mounts_here): Don't subtract 2 from | ||||||
|  | 	Length if it's 0 anyway. | ||||||
|  |  | ||||||
| 2008-08-15  Corinna Vinschen  <corinna@vinschen.de> | 2008-08-15  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* mount.cc (mount_info::create_root_entry): Create default cygdrive | 	* mount.cc (mount_info::create_root_entry): Create default cygdrive | ||||||
|   | |||||||
| @@ -355,6 +355,7 @@ mount_info::get_mounts_here (const char *parent_dir, int parent_dir_len, | |||||||
| 					  last_slash + 1); | 					  last_slash + 1); | ||||||
|     } |     } | ||||||
|   RtlCreateUnicodeStringFromAsciiz (cygd, cygdrive + 1); |   RtlCreateUnicodeStringFromAsciiz (cygd, cygdrive + 1); | ||||||
|  |   if (cygd->Length) | ||||||
|     cygd->Length -= 2;	// Strip trailing slash |     cygd->Length -= 2;	// Strip trailing slash | ||||||
|   return n_mounts; |   return n_mounts; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user