Changes in uspace/app/bdsh/cmds/modules/sleep/sleep.c [081d60f:b49d872] in mainline
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/sleep/sleep.c
r081d60f rb49d872 67 67 uint64_t whole_seconds; 68 68 uint64_t frac_seconds; 69 c har *endptr;69 const char *endptr; 70 70 71 71 /* Check for whole seconds */ … … 114 114 int ret; 115 115 unsigned int argc; 116 useconds_t duration ;116 useconds_t duration = 0; 117 117 118 118 /* Count the arguments */
Note:
See TracChangeset
for help on using the changeset viewer.
