On Sat, 8 Mar 2008, ik wrote:

> Hello,
> 
> I have the following code:
> 
> type
>  psvn_log_message_receiver_t = ^svn_log_message_receiver_t;
>  svn_log_message_receiver_t  = function (baton         : pointer;
>                                          changed_paths : papr_hash_t;
>                                          revision      : svn_revnum_t;
>                                          author        : PChar;
>                                          date          : PChar;
>                                          message       : PChar;
>                                          pool          : Papr_pool_t)
> : psvn_error_t;
> 
> The compiler (FPC v2.2.0) gives me the subject's message, but I can't
> figure out what is wrong.
> Can anyone here see what am I missing/doing wrong here ?

Works fine here with 2.2.0 ?

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to