Changeset cb500a2 in mainline


Ignore:
Timestamp:
2013-09-11T18:21:41Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e371cf
Parents:
adb252c0
Message:

fix formatting string

File:
1 edited

Legend:

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

    radb252c0 rcb500a2  
    227227                sstate = drv_state_str(state);
    228228
    229                 printf("%-11s %3d %s\n", sstate, ndevs, drv_name);
     229                printf("%-11s %3zu %s\n", sstate, ndevs, drv_name);
    230230skip:
    231231                free(devs);
Note: See TracChangeset for help on using the changeset viewer.