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

Commit4cb65e1

Browse files
committed
basebackup_to_shell: Add some const qualifiers for consistency
1 parent369f09e commit4cb65e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/basebackup_to_shell/basebackup_to_shell.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@ shell_get_sink(bbsink *next_sink, void *detail_arg)
205205
* making substitutions as appropriate for escape sequences.
206206
*/
207207
staticchar*
208-
shell_construct_command(char*base_command,constchar*filename,
209-
char*target_detail)
208+
shell_construct_command(constchar*base_command,constchar*filename,
209+
constchar*target_detail)
210210
{
211211
StringInfoDatabuf;
212-
char*c;
212+
constchar*c;
213213

214214
initStringInfo(&buf);
215215
for (c=base_command;*c!='\0';++c)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp