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

Commit802c7aa

Browse files
committed
Fix const cast in get_progname().
Backpatch.
1 parent62a1420 commit802c7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/path.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/path.c,v 1.64 2006/02/0100:31:59 momjian Exp $
11+
* $PostgreSQL: pgsql/src/port/path.c,v 1.65 2006/02/0112:41:45 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -389,7 +389,7 @@ const char *
389389
get_progname(constchar*argv0)
390390
{
391391
constchar*nodir_name;
392-
constchar*progname;
392+
char*progname;
393393

394394
nodir_name=last_dir_separator(argv0);
395395
if (nodir_name)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp