Changeset 6dd74a9 in buchla-68k for ram/ldselbx.c


Ignore:
Timestamp:
07/09/2017 12:57:58 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
599d89b
Parents:
60288f5
Message:

Fixed array pointer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ldselbx.c

    r60288f5 r6dd74a9  
    720720
    721721        oldsw   = swpt;
    722         swpt    = t_libr;
     722        swpt    = &t_libr;
    723723        pkctrl  = PK_LIBR;
    724724        sliders = LS_LIBR;
Note: See TracChangeset for help on using the changeset viewer.