summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-ba
blob: 27165233d09c6a0c11e36a9e20cb2ccc57f03bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ba,v 1.2 2004/10/27 20:31:33 drochner Exp $

--- src/input/vcd/xineplug_inp_vcd.c.orig	2004-07-27 04:08:48.000000000 +0200
+++ src/input/vcd/xineplug_inp_vcd.c
@@ -923,7 +923,7 @@ vcd_class_get_description (input_class_t
 static const char *
 vcd_class_get_identifier (input_class_t *this_gen) {
   dbg_print((INPUT_DBG_CALL|INPUT_DBG_EXT), "called\n");
-  return SHORT_PLUGIN_NAME;
+  return strdup(SHORT_PLUGIN_NAME);
 }
 
 /*