Changes in uspace/app/bdsh/cmds/modules/rm/rm.c [19f857a:a8b7dfd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/rm/rm.c
r19f857a ra8b7dfd 227 227 } 228 228 memset(buff, 0, sizeof(buff)); 229 snprintf(buff, len, argv[i]);229 snprintf(buff, len, "%s", argv[i]); 230 230 231 231 scope = rm_scope(buff);
Note:
See TracChangeset
for help on using the changeset viewer.