diff options
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-be')
-rw-r--r-- | multimedia/mplayer-share/patches/patch-be | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/mplayer-share/patches/patch-be b/multimedia/mplayer-share/patches/patch-be deleted file mode 100644 index f6ae78d6e59..00000000000 --- a/multimedia/mplayer-share/patches/patch-be +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-be,v 1.1 2004/07/02 17:07:21 drochner Exp $ - ---- libmenu/menu_console.c.orig 2003-09-13 20:02:20.000000000 +0200 -+++ libmenu/menu_console.c -@@ -150,8 +150,10 @@ static void add_string(struct menu_priv_ - return; - } - priv->lines[ll] = realloc(priv->lines[ll],strlen(priv->lines[ll]) + strlen(l) + 1); -- strcat(priv->lines[ll],l); -- -+ if ( priv->lines[ll] != NULL ) -+ { -+ strcat(priv->lines[ll],l); -+ } - } - - static void draw(menu_t* menu, mp_image_t* mpi) { |