aboutsummaryrefslogblamecommitdiff
path: root/japanese/iv/files/patch-bm
blob: 8caaca5e8d619d39d57f38e0299f4acdc70d02b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                
--- 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);