diff options
Diffstat (limited to 'japanese/iv/files/patch-bm')
-rw-r--r-- | japanese/iv/files/patch-bm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-bm b/japanese/iv/files/patch-bm new file mode 100644 index 000000000000..8caaca5e8d61 --- /dev/null +++ b/japanese/iv/files/patch-bm @@ -0,0 +1,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); |