Commit 89765fa5 authored by Bruce Momjian's avatar Bruce Momjian

Fix compile error caused by patch application.

parent 2a06b3bd
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment