Re: 1.4.7-beta: new features
[email protected] (Jérémie Courrèges-Anglas)
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
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
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (OpenBSD) iQIcBAEBCgAGBQJRrhdEAAoJEGGRj78GoRSUoawP/03CZNjplRMeEG2FsZ1+WIFW 5eVWTEDvpHrmVziamawfxDydLxhZsFdDkBohGR92EYcj6hdGJxLMpBBYIn2v760F zgkUAWZ6PGHCqDcDFaA0z+CYqRWAtcI5mNj0kJmyW5rnfRwgO9dCntrgroR32xIC 1QuQQDgiYCmawzVS51i9hcxYyYPraBhP3IY68OGhHsY/mFz6DqjTxSb7bdPC07JV CRf66S+ddTE2WmRmX6M62BECDgRXE0h8oBnKCb84jECv6YHO8eE8fhu8Li1h49Un Ss9lqDe4qdWS8WCUP0YsvvDwopsEVXfAFL9H7cXX4LRx4tp7c8NL3+a6mYS6Cc9t mrTOOj/irDnY4Oa7wRH11woyGg7im81XmqktZjuFuo2szJv10WZSQu9xiQC2Sc/t CmbUSAaq2AFk+VPlT2VrG9zCQ0MEmRkx1ekI2BrXZZHlUzDEl3NLUD+xYvezbVB0 UtXmm1/tbvtcY4JZXhQjnBj7wzcsf2LWTGX8A6NidNX9hfki5Yb/lWTbyXBliger +83rx8R1SsYn2pLfN9EryYZa04lSNMy7oyn7HEtqyFyer6YLrASNzJEfrcjafCfz sVYt0RWmpb1P76FALhuBB+UYp1jm9YCZMvHRhjXH/c8MVu5do3foomo8ItDcZsi7 Ee/yGBwGlcHYNk0Z1YAU =MdeH -----END PGP SIGNATURE-----