gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] [BUG] testing 'errn' twice doesnt do anything :)


From: Bug Goo
Subject: Re: [Gnu-arch-users] [BUG] testing 'errn' twice doesnt do anything :)
Date: Sat, 31 Jul 2004 21:50:02 +0000

Created as bug 162

On Sat Jul 17 05:00:54 2004, address@hidden wrote:
> Hi Tom,
> 
> I didn't checked if I made this flaw or if it was a result of merging,
> but please remove one line.
> 
>       Christan
> 
> * looking for address@hidden/hackerlab--devo--1.0--patch-92 to
> compare with
> * comparing to address@hidden/hackerlab--devo--1.0--patch-92
> M  fmt/cvt.c
> 
> * modified files
> 
> --- orig/fmt/cvt.c
> +++ mod/fmt/cvt.c
> @@ -978,8 +978,7 @@
>      {
>      einval:
>        if (errn)
> -        if (errn)
> -          *errn = EINVAL;
> +        *errn = EINVAL;
>        return -1;
>      }
> 
> 
> _______________________________________________
> Gnu-arch-users mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnu-arch-users
> 
> GNU arch home page:
> http://savannah.gnu.org/projects/gnu-arch/
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]