[fpc-pascal] Re: fcl-passrc package question about source file and	line number info
    Seth Grover 
    sethdgrover at gmail.com
       
    Wed Jul 18 17:39:11 CEST 2012
    
    
  
Michael, I pulled down your latest revision (21934) which did fix the
problems I had reported. Thanks!
I did find another one for you:
========================================
unit timelib;
{$mode objfpc}{$H+}
interface
implementation
procedure SmonthToCmonth (const sMonth : array of char;
                          const stDex  : longword;
                          out   cVal   : longword);
begin
  case sMonth[stDex] of
    'J' : cVal := 0;
  end;
end;
end.
========================================
Segfaults in the same way as the others, on the release.
Thanks,
-SG
--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.
Seth Grover
    
    
More information about the fpc-pascal
mailing list