bug-oleo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oleo-1.99.16


From: Danny Backx
Subject: Re: oleo-1.99.16
Date: Wed, 21 Mar 2001 00:33:38 +0100

Tom,

I cannot believe this is still in here, I am *sure* this has been
reported before.

Apologies for that.

Try replacing it by :

                if (Preferences[i].copynext) {
                        ptr += strlen(Preferences[i].name) + 1;
                        Preferences[i].var = (void *)strdup(ptr);
                } else if (Preferences[i].var) {
                        int     *p = (int *)Preferences[i].var;
                        *p = Preferences[i].value;
                }


        Danny

-- 
Danny Backx (address@hidden address@hidden)
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://www.lesstif.org)
                Oleo    (http://www.gnu.org/software/oleo/oleo.html)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]