On Thursday 29 December 2005 07:27, Vladimir N. Oleynik wrote:
> > - fprintf(stderr, "Incorrect password.\n");
> > + bb_error_msg("Incorrect password.");
> > - fprintf(stderr, "Passwords do not match.\n");
> > + bb_error_msg("Passwords do not match.");
>
> May be best if not change this?
why ?
-mike