Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
b3ff03b5
Commit
b3ff03b5
authored
Nov 27, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
strcat should obviously be strcpy here.
parent
0f74fb78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-misc.c
+3
-4
No files found.
src/interfaces/libpq/fe-misc.c
View file @
b3ff03b5
...
...
@@ -25,7 +25,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.6
2 2001/11/08 20:37:52 momjian
Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.6
3 2001/11/27 18:21:51 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -854,9 +854,8 @@ libpq_gettext(const char *msgid)
/*
* strerror replacement for windows:
*
* We don
t't know a fix for win9x yet, but this w
hould work for nt4 and win2k.
* We don
't know a fix for win9x yet, but this s
hould work for nt4 and win2k.
* If you can verify this working on win9x or have a solution, let us know, ok?
*
*/
const
char
*
winsock_strerror
(
DWORD
eno
)
...
...
@@ -885,7 +884,7 @@ winsock_strerror(DWORD eno)
/* Everything failed, just tell the user that we don't know the desc */
strc
at
(
winsock_strerror_buf
,
"Socket error, no description available."
);
strc
py
(
winsock_strerror_buf
,
"Socket error, no description available."
);
WSSE_GOODEXIT:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment