[Thread Prev][Thread Next]   >Date Index >Thread Index

Re: [wmx] New tarball, and some questions

Lasse Rasinen - Thu May 11 16:18:47 2000

"cannam" <cannam@all-day-breakfast.com> writes:

> (I guess 6pre3 will happen when both of the above problems have
> been resolved.)

I found another. In Events.C grouping is referred to without the
appropriate ifdefs. Patch.
> 
> 
> Chris
> 
> 
--- Events.C~   Thu May 11 14:33:23 2000
+++ Events.C    Thu May 11 17:16:47 2000
@@ -587,7 +587,7 @@
        }
 
         int there = -1;
-       
+#ifdef CONFIG_GROUPS != False
        for (int y = 0; y < 10; y++) {
            there = -1;
 //         fprintf(stderr, "y = %d : ", y);
@@ -606,7 +606,7 @@
            }
 //         fprintf(stderr,"\n");
        }
-
+#endif
 
        checkChannel(c->channel());
        c->release();


-- 
Lasse Rasinen                       I put it all down in a letter once      
lrasinen@iki.fi                     A letter I don't send                   
                                    It made me feel much better at the time 
                                    I thought it'd help me mend


Next: