~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/bdsh/cmds/modules/rm/rm.c

  • Committer: Martin Sucha
  • Date: 2011-03-22 19:55:06 UTC
  • mfrom: (888 mainline)
  • mto: (720.2.80 ext2-merge)
  • mto: This revision was merged to the branch mainline in revision 1004.
  • Revision ID: sucha14@st.fmph.uniba.sk-20110322195506-65nyzi3633naacrp
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
                        break;
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);
232
232
                switch (scope) {