Changeset f06df21 in buchla-68k for ram/scfield.c


Ignore:
Timestamp:
11/15/2017 08:51:16 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
eee74cd
Parents:
3aa6a26
Message:

Fixed uninitialized uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/scfield.c

    r3aa6a26 rf06df21  
    248248
    249249        rp = peg;                               /* point at start of tail */
     250        ep = NULL;
    250251
    251252        while (E_NULL NE rp) {                  /* scan each event in the tail */
Note: See TracChangeset for help on using the changeset viewer.