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

Appearance settings

Commit 438e519

Browse filesBrowse files
committed
Add forgotten translatable string in pg_checksums.c
Oversight in commit 280e5f1. Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20190606.200612.110313249.horikyota.ntt@gmail.com
1 parent f65eced commit 438e519
Copy full SHA for 438e519

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/bin/pg_checksums/pg_checksums.c‎

Copy file name to clipboardExpand all lines: src/bin/pg_checksums/pg_checksums.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ progress_report(bool force)
146146
snprintf(current_size_str, sizeof(current_size_str), INT64_FORMAT,
147147
current_size / (1024 * 1024));
148148

149-
fprintf(stderr, "%*s/%s MB (%d%%) computed",
149+
fprintf(stderr, _("%*s/%s MB (%d%%) computed"),
150150
(int) strlen(current_size_str), current_size_str, total_size_str,
151151
percent);
152152

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.