mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
Fixed path with uninitialized variable in ecl_make_pathname (J. James)
This commit is contained in:
parent
d1441004b7
commit
37c4e79d1a
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ ecl_make_pathname(cl_object host, cl_object device, cl_object directory,
|
|||
directory = cl_list(2, @':absolute', @':wild-inferiors');
|
||||
break;
|
||||
}
|
||||
x = directory;
|
||||
component = @':directory';
|
||||
goto ERROR;
|
||||
case t_list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue