Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit275c909

Browse files
committed
Apparently, gettext doesn't like double parentheses around argument. What
were they doing here anyway?
1 parentf4d5d62 commit275c909

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)

[8]ページ先頭

©2009-2025 Movatter.jp