Changeset 75b9c3d in mainline


Ignore:
Timestamp:
2012-06-13T22:11:03Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22cec678, 79d74fe, 9a487cc, d23d911
Parents:
a3fcfba
Message:

Remove category ID from loc output.

File:
1 edited

Legend:

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

    ra3fcfba r75b9c3d  
    5252        size_t j;
    5353
    54         printf("%s (%" PRIun "):\n", cat_name, cat_id);
     54        printf("%s:\n", cat_name);
    5555
    5656        rc = loc_category_get_svcs(cat_id, &svc_ids, &svc_cnt);
Note: See TracChangeset for help on using the changeset viewer.