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

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

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


From: chth
Subject: [Gnu-arch-users] [BUG] testing 'errn' twice doesnt do anything :)
Date: Sat, 17 Jul 2004 06:57:27 +0200

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;
     }




reply via email to

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