On Wed, 18 Jul 2012, Seth Grover wrote:
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.
Works fine here.
Michael.
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal