[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: I18n patch

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-03 19:36:38 CEST

Beware, this shouldn't have been part of the patch file:

> svn_pool_destroy (pool);
>@@ -1246,10 +1248,8 @@ main (int argc, const char * const *argv
> #ifdef SIGTERM
> apr_signal (SIGTERM, signal_handler);
> #endif
>-
> #ifdef SIGPIPE
>- /* Disable SIGPIPE generation for the platforms that have it. */
>- apr_signal(SIGPIPE, SIG_IGN);
>+ apr_signal(SIGPIPE, signal_handler);
> #endif
>
> /* And now we finally run the subcommand. */
>
>

And I forgot a log entry:
   * subversion/po/es.po
      Updated.
=)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 19:37:01 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.