Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78D47D6DF for ; Wed, 11 Jul 2012 17:43:54 +0000 (UTC) Received: (qmail 16717 invoked by uid 500); 11 Jul 2012 17:43:54 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 16683 invoked by uid 500); 11 Jul 2012 17:43:54 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 16675 invoked by uid 99); 11 Jul 2012 17:43:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 17:43:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 17:43:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AA643238890D; Wed, 11 Jul 2012 17:43:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1360316 - /subversion/trunk/subversion/svn/log-cmd.c Date: Wed, 11 Jul 2012 17:43:31 -0000 To: commits@subversion.apache.org From: stefan2@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120711174331.AA643238890D@eris.apache.org> Author: stefan2 Date: Wed Jul 11 17:43:31 2012 New Revision: 1360316 URL: http://svn.apache.org/viewvc?rev=1360316&view=rev Log: * subversion/svn/log-cmd.c (display_diff): remove unnecessary gettext invocation Modified: subversion/trunk/subversion/svn/log-cmd.c Modified: subversion/trunk/subversion/svn/log-cmd.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/log-cmd.c?rev=1360316&r1=1360315&r2=1360316&view=diff ============================================================================== --- subversion/trunk/subversion/svn/log-cmd.c (original) +++ subversion/trunk/subversion/svn/log-cmd.c Wed Jul 11 17:43:31 2012 @@ -123,7 +123,7 @@ display_diff(const svn_log_entry_t *log_ end_revision.kind = svn_opt_revision_number; end_revision.value.number = log_entry->revision; - SVN_ERR(svn_stream_puts(outstream, _("\n"))); + SVN_ERR(svn_stream_puts(outstream, "\n")); SVN_ERR(svn_client_diff_peg6(diff_options, target_path_or_url, target_peg_revision,