1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Ying-Chieh Liao 0545cb3506 fix typo ( <= instead of == )
Submitted by:	Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
2004-11-23 08:39:19 +00:00

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;