projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d568a
)
Fix const cast in get_progname().
author
Bruce Momjian
<
[email protected]
>
Wed, 1 Feb 2006 12:42:00 +0000
(12:42 +0000)
committer
Bruce Momjian
<
[email protected]
>
Wed, 1 Feb 2006 12:42:00 +0000
(12:42 +0000)
Backpatch.
src/port/path.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/path.c
b/src/port/path.c
index 79917629b68ed8762633de1dd3f3877a6fa25189..d077d76e14b35b9cfa25c44bd86b82e8a4efaefa 100644
(file)
--- a/
src/port/path.c
+++ b/
src/port/path.c
@@
-389,7
+389,7
@@
const char *
get_progname(const char *argv0)
{
const char *nodir_name;
- c
onst char
*progname;
+ c
har
*progname;
nodir_name = last_dir_separator(argv0);
if (nodir_name)