From 4cc9fd313df701f722a81ad4bb551155415ce5cc Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 10 Jul 2001 21:07:55 +0000 Subject: Fixed get_dir in input plugins. Fixed a strange header inclusion bug in libw32dll/wine. CVS patchset: 264 CVS date: 2001/07/10 21:07:55 --- src/input/input_stdin_fifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_stdin_fifo.c') diff --git a/src/input/input_stdin_fifo.c b/src/input/input_stdin_fifo.c index b45e3b50f..e5fda5300 100644 --- a/src/input/input_stdin_fifo.c +++ b/src/input/input_stdin_fifo.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: input_stdin_fifo.c,v 1.7 2001/07/01 23:37:04 guenter Exp $ + * $Id: input_stdin_fifo.c,v 1.8 2001/07/10 21:07:55 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -258,7 +258,7 @@ input_plugin_t *init_input_plugin (int iface, config_values_t *config) { return NULL; } - this = (stdin_input_plugin_t *) malloc (sizeof (stdin_input_plugin_t)); + this = (stdin_input_plugin_t *) xmalloc(sizeof(stdin_input_plugin_t)); this->input_plugin.interface_version = INPUT_PLUGIN_IFACE_VERSION; this->input_plugin.get_capabilities = stdin_plugin_get_capabilities; -- cgit v1.2.3