Changeset 3aa6a26 in buchla-68k
- Timestamp:
- 11/15/2017 08:27:24 PM (7 years ago)
- Branches:
- master
- Children:
- f06df21
- Parents:
- 5399628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/sqscan.c
r5399628 r3aa6a26 601 601 aux2 = 0; 602 602 603 for (aux1 = 0; aux1 < 128; aux1++) {603 for (aux1 = 0; aux1 < N_SCORES; aux1++) { 604 604 605 605 if (scores[aux1] NE E_NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.