Skip to content

Commit 275c909

Browse files
committed
Apparently, gettext doesn't like double parentheses around argument. What
were they doing here anyway?
1 parent f4d5d62 commit 275c909

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/bin/psql/command.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.102 2003/09/16 17:59:02 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.103 2003/09/29 16:39:18 petere Exp $
77
*/
88
#include "postgres_fe.h"
99
#include "command.h"
@@ -733,12 +733,9 @@ exec_command(const char *cmd,
733733
if (!quiet)
734734
{
735735
if (pset.timing)
736-
puts(gettext(("Timing is on.")));
736+
puts(gettext("Timing is on."));
737737
else
738-
{
739-
puts(gettext(("Timing is off.")));
740-
741-
}
738+
puts(gettext("Timing is off."));
742739
}
743740
}
744741

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy