From fd81945f1def8fa78fc04ee89c814fa175f87220 Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 13 Mar 2008 22:12:05 +0000 Subject: Replaced asprintf with cString --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 35d6fd1a..1e55e79d 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.38 2008-03-13 22:09:23 phintuka Exp $ + * $Id: config.h,v 1.39 2008-03-13 22:12:05 phintuka Exp $ * */ @@ -353,7 +353,7 @@ class config_t { protected: bool ProcessArg(const char *Name, const char *Value); - char *m_ProcessedArgs; + static cString m_ProcessedArgs; static uint8_t *hidden_options; static uint8_t *readonly_options; -- cgit v1.2.3