freebsd-ports/x11-toolkits/iv/files/patch-bv
Seigo Tanimura bf57334ca0 - Update to 3.2a.
- The maintainer is now a committer.

Reviewed by:	Kim Culhan <kimc@w8hd.org>
2000-01-25 02:35:00 +00:00

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;