bug in params.c

Robert Dahlem Robert.Dahlem at gmx.net
Mon Oct 16 22:11:27 GMT 2000


Chris,

On Mon, 16 Oct 2000 11:27:26 -0500 (CDT), Christopher R. Hertel wrote:

>>         /* be sure to return chars >127 as positive values */
>>       return (int)( *(f->p++) & 0x00FF );

Shouldn't this be

    return (int)( *(f->p++) & 0x007F );

?

Regards,
        Robert


-- 
---------------------------------------------------------------
Robert.Dahlem at gmx.net           Fax +49-69-432647
---------------------------------------------------------------

Sent using PMMail (http://www.pmmail2000.com) - fast, decent, email
software; far better than Outlook. Try it sometime.






More information about the samba-technical mailing list