Skip to content

Commit f647458

Browse files
committed
Use English-style quotes in error messages, per Serguei Mokhov.
1 parent 3c1a866 commit f647458

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)
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