Changeset 15352


Ignore:
Timestamp:
07/23/20 05:12:11 (3 years ago)
Author:
Mark Evenson
Message:

imported patch byte-vectors-2.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/make_array.java

    r15351 r15352  
    220220        defaultInitialElement = NIL;
    221221      }
    222       if (initialElementProvided != NIL) {
     222      if (nioBuffer != NIL) {
     223        // v is fine

     224        ;
     225      } else if (initialElementProvided != NIL) {
    223226        // Initial element was specified.
    224227        v.fill(initialElement);
Note: See TracChangeset for help on using the changeset viewer.