1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-15 00:09:15 -04:00
ports/graphics/xmagv/files/patch-ab
Kris Kennaway b37385ed08 Partially fix build on -current (move initialization of a FILE * from
declaration to main()).  This is still broken due to an unzeroed malloc()
bug in imake-4
2002-10-20 10:18:17 +00:00

11 lines
244 B
Text

--- xmagv.c.orig Sun Oct 20 03:17:30 2002
+++ xmagv.c Sun Oct 20 03:17:55 2002
@@ -1483,6 +1483,8 @@
int i, ac;
char **av;
+ errstream = stderr;
+
argumentc = argc;
argumentv = argv;
memset(bitmap_fg, 0, sizeof(bitmap_fg));