diff options
author | Michael Scherer <misc@mandriva.com> | 2006-05-04 14:11:55 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2006-05-04 14:11:55 +0000 |
commit | dc8ea41b0203f58ec96b4560a11e86c535097f2a (patch) | |
tree | 672edcc6b96bc0b24b45f2fe93c35f357a31c9bf | |
parent | c3e072dbce9ec59d891dd58f8afdfd92a1bee8d3 (diff) | |
download | msec-dc8ea41b0203f58ec96b4560a11e86c535097f2a.tar msec-dc8ea41b0203f58ec96b4560a11e86c535097f2a.tar.gz msec-dc8ea41b0203f58ec96b4560a11e86c535097f2a.tar.bz2 msec-dc8ea41b0203f58ec96b4560a11e86c535097f2a.tar.xz msec-dc8ea41b0203f58ec96b4560a11e86c535097f2a.zip |
revert last spurious commit
-rw-r--r-- | src/msec_find/find.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/msec_find/find.c b/src/msec_find/find.c index a474ff4..a9e96aa 100644 --- a/src/msec_find/find.c +++ b/src/msec_find/find.c @@ -198,9 +198,7 @@ int main(int argc, char **argv) init(); for ( i = 1; i < argc; i++ ) { - printf("%s\n",argv[i]); if ( strcmp(argv[i], "/") != 0) { - printf("plop\n"); /* * We need to add a final '/' to the base directory name else the * FTW_MOUNT option of nftw won't work. i.e. : /mnt/cdrom is on the / |