Parent Directory
|
Revision Log
|
Patch
| revision 1.13 by gray, Sun Aug 31 22:41:32 2003 UTC | revision 1.14 by gray, Mon Nov 17 07:39:33 2003 UTC | |
|---|---|---|
| # | Line 188 get_directory_contents (char *path, dev_ | Line 188 get_directory_contents (char *path, dev_ |
| 188 | ||
| 189 | if (! dirp) | if (! dirp) |
| 190 | { | { |
| 191 | if (ignore_failed_read_option) | savedir_error (path); |
| savedir_warn (path); | ||
| else | ||
| savedir_error (path); | ||
| 192 | } | } |
| 193 | errno = 0; | errno = 0; |
| 194 | ||
| # | Line 229 get_directory_contents (char *path, dev_ | Line 226 get_directory_contents (char *path, dev_ |
| 226 | ||
| 227 | if (deref_stat (dereference_option, name_buffer, &stat_data)) | if (deref_stat (dereference_option, name_buffer, &stat_data)) |
| 228 | { | { |
| 229 | if (ignore_failed_read_option) | stat_diag (name_buffer); |
| stat_warn (name_buffer); | ||
| else | ||
| stat_error (name_buffer); | ||
| 230 | continue; | continue; |
| 231 | } | } |
| 232 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |