FVWM: FvwmCpp bug?

From: Brady Montz <bradym_at_mahler.cs.arizona.edu>
Date: Sun, 1 Oct 1995 14:51:12 -0700 (MST)

I started using FvwmCpp yesterday, and I think there's a bug with the -cppopt
option. Lines 123 through 127 of FvwmCpp.c currently are:

123: if(mystrcasecmp(argv[i],"-cppopt") == 0)
124: {
125: strcat(cpp_options, argv[i]);
126: strcat(cpp_options, " ");
127: }

I believe that should be argv[++i] instead of argv[i] in line 125. The
current code just passes the string "-cppout" to cpp, which isn't very useful.
I'm currently using patchlevel 34, and I just downloaded 35, and it's the same
in there.

bradym_at_cs.arizona.edu
--
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 Sun Oct 01 1995 - 16:47:31 BST

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