Changeset 84239b1 in mainline for uspace/app/tmon/tests.c


Ignore:
Timestamp:
2018-03-11T19:39:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3d47c97
Parents:
850fd32
Message:

And there was much fixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/tests.c

    r850fd32 r84239b1  
    8181        int c;
    8282        uint32_t duration_uint;
    83         for (c = 0, optreset = 1, optind = 0; c != -1;) {
     83        c = 0;
     84        optreset = 1;
     85        optind = 0;
     86        while (c != -1) {
    8487                c = getopt_long(argc, argv, short_options, long_options, NULL);
    8588                switch (c) {
Note: See TracChangeset for help on using the changeset viewer.