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 Stre
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 curre
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]", &St