Changeset d3c129d in mainline


Ignore:
Timestamp:
2019-02-08T12:55:28Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
46483f9
Parents:
f08da1c
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-01-26 09:31:23)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-02-08 12:55:28)
Message:

changed type for preventing overflowing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/cap.c

    rf08da1c rd3c129d  
    117117{
    118118        int input_size = 8;
    119         size_t input[] = {
     119        uint64_t input[] = {
    120120                555,
    121121                5555,
Note: See TracChangeset for help on using the changeset viewer.