Hi,

> There is a difference in the name of function
> betwen hbnf and original nanfor.lib (as far xharbour version)
> 
> This function is defined in w file /contrib/hbnf/fttext.c
> * $Id: fttext.c 13880 2010-02-15 14:12:56Z druzus $
> 
> described as FT_FWRITELN
> 
>     *     FT_FWRITELN()
>     *  $CATEGORY$
>     *     File I/O
>     *  $ONELINER$
>     *     Write a line to the currently selected text file
>     *  $SYNTAX$
>     *
>     *     FT_FWRITELN( < cData >, [ < lInsert > ] ) -> lSuccess
> 
> but defined as FT_FWRITEL  (without 'N' on the end)
> 
> HB_FUNC( FT_FWRITEL )
> {
>   const char * theData  = hb_parc( 1 );
>   int      iDataLen = hb_parclen( 1 );
>   int      lInsert  = hb_parl( 2 );
>   int      err;
> 
> Is this intentional or  should be corrected ??

Usually we use the full name in Harbour, so it should 
be corrected, though some users may use the 
10 chars short version, so an additional wrapper 
may be also useful here. In this case BTW the long 
name is an unnoticed bug left in NFLIB code.

Thanks for the note, I'll commit correction.

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to