* cygpath.cc (get_mixed_name): Drop function. Replace with call to

convert_slashes throughout.
	(do_sysfolders): Free allocated buffer.
	(do_pathconv): Fix freeing last buffer.
This commit is contained in:
Corinna Vinschen
2010-01-16 10:25:58 +00:00
parent 1a8d1e1040
commit 1b526b480b
2 changed files with 15 additions and 35 deletions

View File

@@ -1,3 +1,10 @@
2010-01-16 Corinna Vinschen <corinna@vinschen.de>
* cygpath.cc (get_mixed_name): Drop function. Replace with call to
convert_slashes throughout.
(do_sysfolders): Free allocated buffer.
(do_pathconv): Fix freeing last buffer.
2010-01-11 Corinna Vinschen <corinna@vinschen.de>
* mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too.