Changeset 494d8ff in buchla-68k for ram/ldfield.c


Ignore:
Timestamp:
11/11/2017 09:28:42 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
3ac8e1b
Parents:
6099cac
Message:

Fixed libdsp.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ldfield.c

    r6099cac r494d8ff  
    158158                                /* select file to delete */
    159159
    160                                 dslslot(ldslot, exp_c(LD_DELC), ldrow);
     160                                dslslot(ldslot, LD_DELC, ldrow);
    161161                                ldelsw = TRUE;
    162162                                return; /* SUCCESS */
     
    394394        ltagged = TRUE;
    395395
    396         dslslot(slot, exp_c(LD_SELC), row);
     396        dslslot(slot, LD_SELC, row);
    397397        return;
    398398}
Note: See TracChangeset for help on using the changeset viewer.