Changeset df097bf in buchla-68k for ram/sqscan.c


Ignore:
Timestamp:
07/01/2017 10:09:33 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c091ef8
Parents:
9bf0f86
Message:

Code compiles, doesn't link.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqscan.c

    r9bf0f86 rdf097bf  
    352352                tsp1->e_type  = EV_TRNS;
    353353                tsp1->e_data1 = curgrp;
    354                 (long)(tsp1->e_lft) = aux1;
     354                tsp1->e_lft = (struct s_entry *)aux1;
    355355
    356356                p_cur = e_ins(tsp1, ep_adj(p_cur, 0, t_cur))->e_fwd;
Note: See TracChangeset for help on using the changeset viewer.