Changeset 102a729 in mainline for uspace/lib/posix/stdlib/strtol.c


Ignore:
Timestamp:
2011-07-20T19:43:22Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4cf8ca6
Parents:
087c8798
Message:

Various bugfixes in stdlib.h functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdlib/strtol.c

    r087c8798 r102a729  
    190190                                /* overflow */
    191191                                errno = ERANGE;
    192                                 result = max_value;
     192                                result = real_max_value;
    193193                                break;
    194194                        }
Note: See TracChangeset for help on using the changeset viewer.