mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 14:01:07 -08:00
ecl_alloc_filename: don't set a fill-pointer for the allocated filename
This was copied from the allocation code for base strings but is not needed here.
This commit is contained in:
parent
de89593216
commit
15955de1f4
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ ecl_alloc_filename(cl_index len, cl_object adjustable)
|
|||
ECL_NIL, /* displaced */
|
||||
ECL_NIL); /* displaced-offset */
|
||||
ret->vector.self.b16[len] = 0;
|
||||
ret->vector.fillp = ret->vector.dim = len;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue