Changeset 72741f4 in buchla-68k for ram/wsdsp.c


Ignore:
Timestamp:
11/15/2017 07:28:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
00c31a2
Parents:
7c5def4
Message:

Fixed incompatible pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/wsdsp.c

    r7c5def4 r72741f4  
    9090
    9191        ip = &vbufs[curvce];
    92         fv = curwslt ? &ip->idhwvbf : &ip->idhwvaf;
    93         ov = curwslt ? &ip->idhwvbo : &ip->idhwvao;
    94         hv = curwslt ? &ip->idhwvbh : &ip->idhwvah;
     92        fv = curwslt ? ip->idhwvbf : ip->idhwvaf;
     93        ov = curwslt ? ip->idhwvbo : ip->idhwvao;
     94        hv = curwslt ? ip->idhwvbh : ip->idhwvah;
    9595
    9696        point = wdpoint;
Note: See TracChangeset for help on using the changeset viewer.