From: Mark Lundeberg <[EMAIL PROTECTED]>
Subject: Re: GRUB 0.5.92 problem
Date: Sun, 8 Aug 1999 13:16:58 -0700 (PDT)

> That works for the first try at the password, but I'd hate to see what
> happens if the user failed the password check and tried again. AFAIK,
> isspace() doesn't return 1 for null chars, so change
>       while (! isspace (*pptr))
> to
>       while (! isspace (*pptr) && *pptr)

  Thanks. I'll apply this.

----------------------------------------------------------------------
OKUJI Yoshinori  <[EMAIL PROTECTED]>           ^o-o^
http://duff.kuicr.kyoto-u.ac.jp/~okuji (in English)     m /

Reply via email to