1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-ca
1999-12-29 07:47:39 +00:00

12 lines
338 B
Plaintext

--- src/bin/idraw/ided.c.orig Tue Dec 28 23:47:23 1999
+++ src/bin/idraw/ided.c Tue Dec 28 23:47:41 1999
@@ -350,7 +350,7 @@
return commands;
}
-static const unit = 15;
+static const int unit = 15;
static Coord xClosed[] = { unit/5, unit, unit, unit*3/5, 0 };
static Coord yClosed[] = { 0, unit/5, unit*3/5, unit, unit*2/5 };