Re: FVWM: Fvwm2 Audio ?

From: Albrecht Kadlec <albrecht_at_auto.tuwien.ac.at>
Date: Wed, 26 Jun 96 10:30:05 +0200

>>>>> Ray Curtis writes:

R> Yes, that is all it was. The quotes were not needed.
R> Thanks for the help.

I tried it without quotes, but it doesn't work.
For me it looks, like FvwmAudio only uses the first word as a
parameter.

try the followin Patch
FvwmAudio: Line 302

              else {
                message = strtok(NULL, " \t");
- sound = strtok(NULL, " \t");
+ sound = strtok(NULL, "\n");
            
                if (!message || !*message || !sound || !*sound)

this worked for me.

albrecht
-- 
On the outskirts of nowhere,
On the ringroad to somewhere,
On the verge of indecision,
I'll always take the roundabout way.	-- Marillion
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Jun 26 1996 - 03:38:06 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST