Windows: File and directory handling, remove gcc warning, makefile variable. - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorMike Thomas <mike.thomas@paradigmgeo.com>2005年01月14日 05:45:04 +0000
committerMike Thomas <mike.thomas@paradigmgeo.com>2005年01月14日 05:45:04 +0000
commit42675f3202fac9bd6e518a29b72206facd0a8e5d (patch)
treee96fe5f127caad81ec9b133f9cdf720895f86c5f
parent91169b8489d632394892418306874d9529a1dc32 (diff)
downloadgcl-unlabeled-1.5.16.tar.gz
Windows: File and directory handling, remove gcc warning, makefile variable.unlabeled-1.5.16
Diffstat
-rw-r--r--gcl/o/mingfile.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcl/o/mingfile.c b/gcl/o/mingfile.c
index ba7f8c857..2d1f698ef 100644
--- a/gcl/o/mingfile.c
+++ b/gcl/o/mingfile.c
@@ -10,7 +10,7 @@ void Ldirectory ( void )
object path;
check_arg(1);
check_type_or_pathname_string_symbol_stream(&vs_base[0]);
- path = vs_base[0] = truename(coerce_to_pathname(vs_base[0]));
+ path = vs_base[0] = coerce_to_pathname(vs_base[0]);
if (vs_base[0]->pn.pn_name==Cnil && vs_base[0]->pn.pn_type==Cnil) {
coerce_to_filename(vs_base[0], filename);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月01日 18:00:33 +0000

AltStyle によって変換されたページ (->オリジナル) /