On Tue, Oct 21, 2003, Alexander R. Pruss wrote:
>     if ( uidUpper == 0 ) {
>         uidUpper    = GetVFSMaxUID();
>         if ( uidUpper < uid ) {
>             return NULL;
>         }
>     }

Seems to work OK, but before the "optimize" code is off-the-hook I
would like to get an answer to the question I have asked a few times
now; will the optimize code be OK also after the previously signed
variables have been changed to unsigned variables (to fix another bug
in the optimize code)?

/Mike

_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to