Re: [vdr] get a segmentation fault when starting vdr (backtrace included)

2012-12-01 Thread Lars Hanisch
Am 30.11.2012 11:32, schrieb Gerald Dachs: Am 2012-11-30 10:17, schrieb Lars Hanisch: Looks like the pointer returned by sscanf is not valid: 32: bool tComponent::FromString(const char *s) 33: { 34: unsigned int Stream, Type; 35: int n = sscanf(s, %X %02X %7s %a[^\n], Stream, Type,

[vdr] [PATCH] small typo in skin.h

2012-12-01 Thread Lars Hanisch
Hi, Just a small typo, for the sake of complete- and correctness... :) Lars. diff --git a/skins.h b/skins.h index f716448..163eaef 100644 --- a/skins.h +++ b/skins.h @@ -49,7 +49,7 @@ public: class cSkinDisplayChannel : public cSkinDisplay { /// This class is used to display the

[vdr] *scanf %a, patches... (was: Re: get a segmentation fault when starting vdr (backtrace included))

2012-12-01 Thread Juergen Lock
In article 50ba09cc.2040...@flensrocker.de you write: Am 30.11.2012 11:32, schrieb Gerald Dachs: Am 2012-11-30 10:17, schrieb Lars Hanisch: Looks like the pointer returned by sscanf is not valid: 32: bool tComponent::FromString(const char *s) 33: { 34: unsigned int Stream, Type; 35: