You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2001/12/19 22:13:36 UTC

Re: svn commit: rev 678 - trunk/subversion/bindings/java/jni

XelaRellum@tigris.org writes:

> Author: XelaRellum
> Date: 2001-12-19 21:51 GMT
> New Revision: 678
> 
> Modified:
>    trunk/subversion/bindings/java/jni/clientimpl_status.c
> Log:
> Important bugfix for java/subversion users.
> The pools were created with the "apr_pool_create" function.
> This is terribly wrong. Changed this to "svn_pool_create".
> 
> * clientimpl_status.c

Alex, please remember to include symbol names in your log messages --
like functions, #defines, etc.  The name of the file isn't enough.

(See HACKING for more details on our log-message standards.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org