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

Commitf647458

Browse files
committed
Use English-style quotes in error messages, per Serguei Mokhov.
1 parent3c1a866 commitf647458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/initdb/initdb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Portions Copyright (c) 1994, Regents of the University of California
4040
* Portions taken from FreeBSD.
4141
*
42-
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.66 2004/11/09 15:57:52 petere Exp $
42+
* $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.67 2004/11/14 23:36:53 tgl Exp $
4343
*
4444
*-------------------------------------------------------------------------
4545
*/
@@ -2472,7 +2472,7 @@ main(int argc, char *argv[])
24722472

24732473
if (chmod(pg_data,0700)!=0)
24742474
{
2475-
fprintf(stderr,_("%s: could not change permissions of directory»%s«: %s\n"),
2475+
fprintf(stderr,_("%s: could not change permissions of directory\"%s\": %s\n"),
24762476
progname,pg_data,strerror(errno));
24772477
exit_nicely();
24782478
}
@@ -2494,7 +2494,7 @@ main(int argc, char *argv[])
24942494

24952495
default:
24962496
/* Trouble accessing directory */
2497-
fprintf(stderr,_("%s: could not access directory»%s«: %s\n"),
2497+
fprintf(stderr,_("%s: could not access directory\"%s\": %s\n"),
24982498
progname,pg_data,strerror(errno));
24992499
exit_nicely();
25002500
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp