diff options
author | phintuka <phintuka> | 2008-03-13 22:12:05 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-03-13 22:12:05 +0000 |
commit | fd81945f1def8fa78fc04ee89c814fa175f87220 (patch) | |
tree | 2cfc7fe43d3b12473db6b28cd59cce1ac27366cf /config.h | |
parent | cd32b605ca7f2455eeba0fd933a24f4cb1844bfc (diff) | |
download | xineliboutput-fd81945f1def8fa78fc04ee89c814fa175f87220.tar.gz xineliboutput-fd81945f1def8fa78fc04ee89c814fa175f87220.tar.bz2 |
Replaced asprintf with cString
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |