summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-12 07:08:41 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-12 07:08:41 -0700
commitff7c7432e48776dbfc970d19bb81c6fe6075c117 (patch)
tree470c512cff9fa840d1dd17bdd071a64032143c2f /match.c
parent7f28776c14136be6deebf0c72c3b0b532d70f5a9 (diff)
downloadtxr-ff7c7432e48776dbfc970d19bb81c6fe6075c117.tar.gz
txr-ff7c7432e48776dbfc970d19bb81c6fe6075c117.tar.bz2
txr-ff7c7432e48776dbfc970d19bb81c6fe6075c117.zip
* match.c (v_load): use the abs_path_p function instead of
checking for leading slash. * stream.c (abs_path_p): New function. (stream_init): Register abs_path_p as abs-path-p. * stream.h (abs_path_p): Declared. * txr.1: Documented abs-path-p. * dep.mk: Updated.
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index c2f72cf6..4d21b583 100644
--- a/match.c
+++ b/match.c
@@ -3647,7 +3647,7 @@ static val v_load(match_files_ctx *c)
sem_error(specline, lit("load: null string path given"), nao);
{
- val path = if3(chr_str(target, zero) == chr('/'),
+ val path = if3(abs_path_p(target),
target,
cat_str(nappend2(sub_list(split_str(parent, lit("/")),
zero, negone),