summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-03-13 22:12:05 +0000
committerphintuka <phintuka>2008-03-13 22:12:05 +0000
commitfd81945f1def8fa78fc04ee89c814fa175f87220 (patch)
tree2cfc7fe43d3b12473db6b28cd59cce1ac27366cf /config.h
parentcd32b605ca7f2455eeba0fd933a24f4cb1844bfc (diff)
downloadxineliboutput-fd81945f1def8fa78fc04ee89c814fa175f87220.tar.gz
xineliboutput-fd81945f1def8fa78fc04ee89c814fa175f87220.tar.bz2
Replaced asprintf with cString
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
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;