Skip to content

Commit 66e7b5e

Browse files
committed
Linux環境におけるファイルの読み込み時のバグ対応
* 読み込み時に1ファイルをスキップしてしまう不具合修正
1 parent dfff205 commit 66e7b5e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

libcob/fileio.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5512,9 +5512,6 @@ cob_listdir_next (cob_field *f_handle, cob_field *f_filename)
55125512
char *filename;
55135513
int length;
55145514

5515-
#ifndef _WIN32
5516-
listdir_filedata = readdir (listdir_handle);
5517-
#endif
55185515
#ifdef _WIN32
55195516
filename = listdir_filedata->cFileName;
55205517
#else

0 commit comments

Comments
 (0)