1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/iv/files/patch-bm

12 lines
300 B
Plaintext
Raw Normal View History

--- src/bin/dclock/segment.c.org Tue Mar 5 02:56:58 1991
+++ src/bin/dclock/segment.c Mon Jan 3 14:19:39 2000
@@ -51,7 +51,7 @@
Row[i] |= Row[i]<<16;
seed >>= 4;
}
- for (i = 0; i < 16; i++) {
+ for (int i = 0; i < 16; i++) {
dat[i] = Row[i%4];
}
pat = new Pattern(dat);