From 915dff8714f10732b2e23cf43f0fc2860ac5cb1d Mon Sep 17 00:00:00 2001 From: Johns Date: Tue, 10 Mar 2015 10:20:53 +0100 Subject: Fix bug: need signed char, if compiler has unsigned chars. --- softhddev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softhddev.c') diff --git a/softhddev.c b/softhddev.c index 79c5e31..5afe3b5 100644 --- a/softhddev.c +++ b/softhddev.c @@ -89,7 +89,7 @@ static char VdpauDecoder = 1; ///< vdpau decoder used extern int ConfigAudioBufferTime; ///< config size ms of audio buffer extern int ConfigVideoClearOnSwitch; //< clear decoder on channel switch char ConfigStartX11Server; ///< flag start the x11 server -static char ConfigStartSuspended; ///< flag to start in suspend mode +static signed char ConfigStartSuspended; ///< flag to start in suspend mode static char ConfigFullscreen; ///< fullscreen modus static const char *X11ServerArguments; ///< default command arguments static char ConfigStillDecoder; ///< hw/sw decoder for still picture -- cgit v1.2.3