joe@tigris.org writes:
> * get_editor.c (free_dir_baton): Add return statement.
> (add_file): Fix debugging printf.
Thanks again, Joe (the code is still in progress, as I'm sure you can
tell, but it's only a help to have stuff like this fixed).
-K
> Revision Changes Path
> 1.42 +3 -1 subversion/subversion/libsvn_wc/get_editor.c
>
> Index: get_editor.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/libsvn_wc/get_editor.c,v
> retrieving revision 1.41
> retrieving revision 1.42
> diff -u -r1.41 -r1.42
> --- get_editor.c 2000/09/13 03:46:27 1.41
> +++ get_editor.c 2000/09/14 10:56:59 1.42
> @@ -139,6 +139,8 @@
>
> /* After we destroy DIR_BATON->pool, DIR_BATON itself is lost. */
> apr_destroy_pool (dir_baton->pool);
> +
> + return SVN_NO_ERROR;
> }
>
>
> @@ -421,7 +423,7 @@
> parent_dir_baton->ref_count++;
> *file_baton = fb;
>
> - printf ("%s\n ", fb->path);
> + printf ("%s\n ", fb->path->data);
>
> return SVN_NO_ERROR;
> }
>
>
>
Received on Sat Oct 21 14:36:08 2006