> Hi,
>
> I've already posted this, but get no answer why is this:
>
> > We have just found this in win32.c:592
> >
> >     do {
> >         if (pp == NULL) dbgprintf("WaitForSingleObject: NotFound\n");
> >         if((pp->pm, mlist->pm)==0)
> >                 break;;
> >      }while(pp=pp->prev);
> >
> > is this ok, i mean the , in the if () ?
> > i think it should be <
> >
>
> Has it any use, or just a typo or something copied from wine sources
> withot knowing it's reason?

I'm thinking it should possibly be along the lines of:

if ( strcmp(pp->pm, mlist->pm) == 0)
        break;

where strcmp could be another function name as well.


brian
---
All progress is the work of fanatics



_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to