ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] 1.4.7-beta: new features


From: Jérémie Courrèges-Anglas
Subject: Re: [RP] 1.4.7-beta: new features
Date: Tue, 04 Jun 2013 18:35:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix)

Ellington Santos <address@hidden> writes:

> Jérémie,
>
> Thanks for you efforts! Since I saw ratpoison, i was beloved! I always use
> latest version in my notebook.

Don't thank me, I did nothing but break stuff. :)

> I got a bug: ratpoison dies after a frestore:
>
> ratpoison -c 'frestore $(ratpoison -c fdump)'
> ratpoison:main.c:178: error: strtok_ws() called but not initalized, this is
> a *BUG*

See, I don't even know how to program... :P
More seriously, this, in strtok_ws, should be enough to fix it:

-  if (s == NULL)
+  if (s != NULL)

I've just pushed it to savannah.  If you see other problems, please
don't hesitate.

> Thank you for all again.
>
> Elllington Santos

Thank you!

Note: 1.4.6 users, your version isn't affected.
-- 
Jérémie Courrèges-Anglas
PGP Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Attachment: pgpJXpPUQR8oS.pgp
Description: PGP signature


reply via email to

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