|
|
| version 1.9, 2004/02/05 13:45:06 | version 1.11, 2004/02/08 07:31:47 |
|---|---|
| Line 2 | Line 2 |
| #include "compiler.h" | #include "compiler.h" |
| #include <sys/stat.h> | |
| #include <time.h> | #include <time.h> |
| #include "codecnv.h" | #include "codecnv.h" |
| Line 268 file_listnext(FLISTH hdl, FLINFO *fli) | Line 269 file_listnext(FLISTH hdl, FLINFO *fli) |
| } | } |
| milstr_ncpy(buf, hdl->path, sizeof(buf)); | milstr_ncpy(buf, hdl->path, sizeof(buf)); |
| milstr_ncat(buf, de->d_name, sizeof(buf)); | mileuc_ncat(buf, de->d_name, sizeof(buf)); |
| if (stat(buf, &sb) != 0) { | if (stat(buf, &sb) != 0) { |
| VERBOSE(("file_listnext: stat failure. (path = %s)", buf)); | VERBOSE(("file_listnext: stat failure. (path = %s)", buf)); |
| return FAILURE; | return FAILURE; |