mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
--- src/bin/dclock/segment.c.org Tue Mar 5 02:56:58 1991
|
|
+++ src/bin/dclock/segment.c Sun Jan 23 19:39:52 2000
|
|
@@ -43,8 +43,9 @@
|
|
Pattern* pat;
|
|
int dat[16];
|
|
unsigned int Row[4];
|
|
+ int i;
|
|
|
|
- for (int i = 0; i <= 3; i++) {
|
|
+ for (i = 0; i <= 3; i++) {
|
|
Row[i] = seed & 0xF;
|
|
Row[i] |= Row[i]<<4;
|
|
Row[i] |= Row[i]<<8;
|