Changeset 6dd74a9 in buchla-68k for ram/scselbx.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/scselbx.c

    r60288f5 r6dd74a9  
    828828
    829829                        oldsw   = swpt;         /* put panel in group mode */
    830                         swpt    = t_ngrp;
     830                        swpt    = &t_ngrp;
    831831                        pkctrl  = PK_NGRP;
    832832                        sliders = LS_NGRP;
Note: See TracChangeset for help on using the changeset viewer.