>>>>> "Brady" == Brady Montz <bradym_at_mahler.cs.arizona.edu> writes:
Brady> I started using FvwmCpp yesterday, and I think there's a bug
Brady> with the -cppopt option. Lines 123 through 127 of FvwmCpp.c
Brady> currently are:
Brady> 123: if(mystrcasecmp(argv[i],"-cppopt") == 0)
Brady> 124: {
Brady> 125: strcat(cpp_options, argv[i]);
Brady> 126: strcat(cpp_options, " ");
Brady> 127: }
Brady> I believe that should be argv[++i] instead of argv[i] in line
Brady> 125. The current code just passes the string "-cppout" to cpp,
Brady> which isn't very useful. I'm currently using patchlevel 34,
Brady> and I just downloaded 35, and it's the same in there.
Yup - I'll fix this for the next release.
Chuck
*******************************************************************************
Charles K. Hines
IBM Logic Synthesis developer [BooleDozer (TM)]
and Martial Arts Instructor [Modern Arnis, Presas Style Filipino Martial Arts]
Internet e-mail: chuck_hines_at_vnet.ibm.com
IBM Internal e-mail: hines_at_loki.pok.ibm.com (preferred from workstation)
HINESC at FISHKILL (preferred from mainframe)
HINESC at FSHVMFK1 (discouraged, but I'll get it)
*******************************************************************************
"dis ting could have possabiwities if I put my twisted widdle mind to it!"
- Bugs Bunny
"I have a paper plate in my head because they were all out of the metal ones"
- Rick Overton
*******************************************************************************
--
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 Tue Oct 03 1995 - 07:52:22 BST