mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
0545cb3506
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
12 lines
436 B
Plaintext
12 lines
436 B
Plaintext
--- Cflow.xs.old Sun Nov 7 06:42:07 2004
|
|
+++ Cflow.xs Sun Nov 7 06:42:32 2004
|
|
@@ -759,7 +759,7 @@
|
|
uint32_t index;
|
|
# ifdef OSU /* [ */
|
|
struct fttime first, last;
|
|
- if ((FILE *)0 == fp) {
|
|
+ if (0 <= ftio_check_generic(&fs)) {
|
|
fdata = ftio_read(&fs);
|
|
if ((void *)0 == fdata) {
|
|
break;
|