Skip to content

Commit 168e471

Browse files
committed
ハンドルは現在未使用のため、返り値を0固定に変更
今後、複数のハンドルを利用できるように改修する際には、格納場所を検討する
1 parent 230cfcc commit 168e471

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libcob/fileio.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5515,7 +5515,8 @@ cob_listdir_open (cob_field *f_dirname, cob_field *f_pattern)
55155515
}
55165516

55175517
#endif
5518-
return listdir_handle;
5518+
//FIXME: now not use handle.
5519+
return 0;
55195520
}
55205521

55215522
static int

0 commit comments

Comments
 (0)