Fixed path with uninitialized variable in ecl_make_pathname (J. James)

This commit is contained in:
Juan Jose Garcia Ripoll 2011-01-21 16:58:34 +01:00
parent d1441004b7
commit 37c4e79d1a

View file

@ -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: