Changeset 1583793 in mainline for uspace/lib/c/generic/str.c


Ignore:
Timestamp:
2018-07-05T21:41:25Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f025a8
Parents:
0d2bc9d
git-author:
Dzejrou <dzejrou@…> (2018-06-26 14:13:12)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
Message:

c: fixed cstyle and removed leftover testing key combination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/str.c

    r0d2bc9d r1583793  
    17261726                *result = unsigned_result;
    17271727
    1728         /* Check whether we are at the end of
    1729            the string in strict mode */
     1728        /*
     1729         * Check whether we are at the end of
     1730         * the string in strict mode
     1731         */
    17301732        if ((strict) && (*lendptr != 0))
    17311733                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.