From e9b4107d2f90885f5316e55a4406a2f30f1d8d90 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 18 Feb 2003 21:39:44 +0000 Subject: [PATCH] Updated comment. --- nufxlib-0/Funnel.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nufxlib-0/Funnel.c b/nufxlib-0/Funnel.c index feaf6e1..476410b 100644 --- a/nufxlib-0/Funnel.c +++ b/nufxlib-0/Funnel.c @@ -357,6 +357,9 @@ static const char gNuIsBinary[256] = { * of line terminator is in use. * * If we don't have enough data to make a determination, don't mess with it. + * (Thought for the day: add a "bias" flag, based on the NuRecord fileType, + * that causes us to handle borderline cases more reasonably. If it's of + * type TXT, it's probably text.) * * We try to figure out whether it's CR, LF, or CRLF, so that we can * skip the CPU-intensive conversion process if it isn't necessary.