(mc_build_filename): incorrect processing of first element of path.
commit79023b26a4f7a44b9e98a69f4b6600920ee74679
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 20 Sep 2011 05:21:11 +0000 (20 09:21 +0400)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 17 Oct 2011 10:30:03 +0000 (17 13:30 +0300)
tree9ee76d4dad99d9e152f38d7208eb7de0efb09fd7
parentb63eea10cbb2397bab7b83e05e6554deea5b55eb
(mc_build_filename): incorrect processing of first element of path.

If first element is relative, the result path should be also relative
not absolute.

If first element is empty, the result path is relative.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
lib/utilunix.c
tests/lib/mc_build_filename.c