On Oct 17 2007 13:09, Marcus Rueckert wrote:
>On 2007-10-17 12:56:51 +0200, Holger Macht wrote:
>> What would result in
>> 
>>   char *prop = (char*)"laptop_panel.num_levels";
>const char *prop = "laptop_panel.num_levels";
>
>should fix it too no?

Yes. And if it is supposed to be writable, use char prop[].
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to