scanf.c

From: Tim Newsham <newsham_at_nospam.org>
Date: Tue Aug 30 1994 - 04:09:23 PDT

in scanf.c: bug?

        switch((scale<<4) | size) {
[...]
        case (INT<<3) | LONG:
                **(long **)ptr = lcval;
                break;

all the other cases were << 4 like the switch().

                            Tim N.
Received on Tue Aug 30 03:06:14 1994

This archive was generated by hypermail 2.1.8 : Thu Sep 22 2005 - 15:11:45 PDT