Mercurial > ecos
comparison packages/redboot/current/src/fs/fileio.c @ 1867:a0d4c606e72d
* src/fs/fileio.c (do_ls): Remove useless "getcwd" message.
| author | asl |
|---|---|
| date | Thu, 06 Jan 2005 09:51:05 +0000 |
| parents | 549e69d9a7d0 |
| children | 467fd46113f3 |
comparison
equal
deleted
inserted
replaced
| 1866:b91bb974985f | 1867:a0d4c606e72d |
|---|---|
| 202 | 202 |
| 203 if (!scan_opts(argc, argv, 1, opts, 1, NULL, 0, NULL)) | 203 if (!scan_opts(argc, argv, 1, opts, 1, NULL, 0, NULL)) |
| 204 return; | 204 return; |
| 205 | 205 |
| 206 if (!dir_set) { | 206 if (!dir_set) { |
| 207 diag_printf("getcwd\n"); | |
| 208 | |
| 209 getcwd(cwd,sizeof(cwd)); | 207 getcwd(cwd,sizeof(cwd)); |
| 210 dir_str = cwd; | 208 dir_str = cwd; |
| 211 } | 209 } |
| 212 | 210 |
| 213 diag_printf("directory %s\n",dir_str); | 211 diag_printf("directory %s\n",dir_str); |
