John --

Not sure why you call these bugs?  Does something on your system complain?

For each string that Fortran passes as an argument, the string length is 
added as a "hidden argument" after the last visible argument.

If the function being called is written in C, the hidden argument is 
visible as an int.

        -- Joe

On 11/21/2014 12:07 PM, John Nelson wrote:
> Hi Joe,
>
> Bugs introduced in wisdom.c
>
> jt9.f90                       call export_wisdom(wisfile(1:n)//char(0))       
>           1 argument
>
> wisdom.c                 void export_wisdom_(char fname[], int len)           
>   2 arguments
>
>
> Same for call import_wisdom   (2 arguments)
>
>                   void import_wisdow   (3 arguments)
>
> --- John G4KLA
>
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration&  more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to