1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 03:19:18 -04:00
ports/misc/mc/files/patch-src-command.c
Max Khon 694ecd186a - Fix CAN-2004-0226, CAN-2004-0231, CAN-2004-0232.
- Do not use :: in patch file names.
- Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c.
- Bump PORTREVISION.

Submitted by:	Jakub Jelinek <jakub@redhat.com>
2004-06-14 20:56:00 +00:00

11 lines
287 B
C

--- src/command.c.orig Thu Nov 14 13:25:19 2002
+++ src/command.c Tue Jun 15 03:15:09 2004
@@ -258,7 +258,7 @@
WInput *
command_new (int y, int x, int cols)
{
- WInput *cmd = g_new (WInput, 1);
+ WInput *cmd;
cmd = input_new (y, x, DEFAULT_COLOR, cols, "", "cmdline");