|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 273 (0x111) Types: TextFile Names: »patches«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Knight/patches«
*** knight.c.orig Thu Feb 18 17:39:59 1988 --- knight.c Fri Feb 19 08:22:15 1988 *************** *** 133,138 **** --- 133,139 ---- if (row == 'R') { rw = lrand48() % 8; col = lrand48() % 8; + j = 8* rw + col; row = rw + 'A'; column = col + '1'; }