Re: 1.4.7-beta: new features

Ellington Santos <[email protected]>
Newsgroups gmane.comp.window-managers.ratpoison.devel
Message-ID <CAK91t2Lxu5x3yyRSq8B8nc3D9kHiU473r6CVNq2HmV22piD=Ug@mail.gmail.com>
Thanks! It works!

I don't know if you are the maintainer, but sloppy.c gives a warning:

ellington@darkelf:~/downloads/rat$ gcc -g -Wall -O2  -I/usr/X11R6/include
-o sloppy sloppy.c -L/usr/X11R6/lib -lX11
sloppy.c: In function ‘spawn’:
sloppy.c:47:7: warning: missing sentinel in function call [-Wformat=]
       execl("/bin/sh", "sh", "-c", cmd, 0);
       ^

To correct:

-      execl("/bin/sh", "sh", "-c", cmd, 0);
+      execl("/bin/sh", "sh", "-c", cmd, (char *)0);

I know it isn't to much, but it's my fifty cents for while. ;-)




On Tue, Jun 4, 2013 at 1:35 PM, Jérémie Courrèges-Anglas <[email protected]>wrote:

> Ellington Santos <[email protected]> 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
>

_______________________________________________
Ratpoison-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/ratpoison-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.