Fix merging of ~/ pathnames.
authorStas Boukarev <stassats@gmail.com>
Sun, 10 Nov 2013 15:59:35 +0000 (19:59 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 10 Nov 2013 15:59:35 +0000 (19:59 +0400)
Don't merge the device component if the resulting pathname starts with
:absolute :home. The expansion of ~ may contain it's own device,
causing problems, especially on Windows, where
(merge-pathnames "~/") => c:C:\Users\user.


No differences found