Changes in uspace/app/bdsh/cmds/modules/pwd/pwd.c [445e7c0:36ab7c7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/pwd/pwd.c
r445e7c0 r36ab7c7 55 55 } 56 56 57 memset(buff, 0, PATH_MAX);57 memset(buff, 0, sizeof(buff)); 58 58 getcwd(buff, PATH_MAX); 59 59
Note:
See TracChangeset
for help on using the changeset viewer.