mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
b37385ed08
declaration to main()). This is still broken due to an unzeroed malloc() bug in imake-4
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
--- 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));
|