Changeset 0655d64 in mainline for uspace/app/ps/ps.c


Ignore:
Timestamp:
2010-03-31T17:14:39Z (14 years ago)
Author:
Stanislav Kozina <stanislav.kozina@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c058d50
Parents:
e257ae3
Message:

Minow ps bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/ps/ps.c

    re257ae3 r0655d64  
    151151                        task_id_t taskid = strtol(*argv, NULL, 10);
    152152                        list_threads(taskid);
    153                 } if (str_cmp(*argv, "-l") == 0) {
     153                } else if (str_cmp(*argv, "-l") == 0) {
    154154                        --argc; ++argv;
    155155                        if (argc != 0) {
Note: See TracChangeset for help on using the changeset viewer.