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