Changeset c70e841 in mainline


Ignore:
Timestamp:
2018-10-31T11:21:58Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37781819
Parents:
208db5a
git-author:
Jiri Svoboda <jiri@…> (2018-10-08 07:21:28)
git-committer:
Jiri Svoboda <jiri@…> (2018-10-31 11:21:58)
Message:

Fix broken and failing chars_malloc scanf test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/stdio/scanf.c

    r208db5a rc70e841  
    606606
    607607        cp = NULL;
    608         rc = sscanf("abc", "%3mc", &cp);
     608        rc = sscanf("abc", "%m3c", &cp);
    609609        PCUT_ASSERT_INT_EQUALS(1, rc);
    610610        PCUT_ASSERT_NOT_NULL(cp);
Note: See TracChangeset for help on using the changeset viewer.