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

Commit438e519

Browse files
committed
Add forgotten translatable string in pg_checksums.c
Oversight in commit280e5f1.Author: Kyotaro HoriguchiDiscussion:https://postgr.es/m/20190606.200612.110313249.horikyota.ntt@gmail.com
1 parentf65eced commit438e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_checksums/pg_checksums.c

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

[8]ページ先頭

©2009-2025 Movatter.jp