]> granicus.if.org Git - yasm/commit
Actually implement yasm__abspath() according to its documentation.
authorPeter Johnson <peter@tortall.net>
Tue, 15 Jul 2008 05:49:29 +0000 (05:49 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 15 Jul 2008 05:49:29 +0000 (05:49 -0000)
commitc6a2b083c1c35bcca5488e0f15fc1fb9d5ac41d6
tree93b347858c57e14b6da9a3035ca18e8ae349b72f
parente0d651acddc7c9ec5bbd7ae27d4c96fcb0336a91
Actually implement yasm__abspath() according to its documentation.
Formerly, it would not correctly handle absolute paths.  Now it uses
yasm__combpath() to do absolute-path aware path combination.
As a benefit, it no longer needs to be OS-specific.

Reported by: Shmuel Baron <shmulik@gmail.com>

svn path=/trunk/yasm/; revision=2116
libyasm/file.c
libyasm/file.h