projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a06b3b
)
Fix compile error caused by patch application.
author
Bruce Momjian
Tue, 12 Jun 2001 21:51:27 +0000
(21:51 +0000)
committer
Bruce Momjian
Tue, 12 Jun 2001 21:51:27 +0000
(21:51 +0000)
src/interfaces/odbc/gpps.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/odbc/gpps.c
b/src/interfaces/odbc/gpps.c
index ec5ada6507833e5f28482035b61338cb8f15e3a2..248f8e0fcd3e43bf5829559e968b809d3d5ad898 100644
(file)
--- a/
src/interfaces/odbc/gpps.c
+++ b/
src/interfaces/odbc/gpps.c
@@
-77,9
+77,6
@@
GetPrivateProfileString(char *theSection, /* section name */
size_t aReturnLength = 0;
BOOL aSectionFound = FALSE;
BOOL aKeyFound = FALSE;
- size_t aReturnLength = 0;
- BOOL aSectionFound = FALSE;
- BOOL aKeyFound = FALSE;
ptr = (char *) getpwuid(getuid()); /* get user info */