projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e791c
)
make stapos an unsigned int just in case
author
Dave Cramer
<davecramer@gmail.com>
Wed, 28 Feb 2024 13:30:05 +0000
(08:30 -0500)
committer
Dave Cramer
<davecramer@gmail.com>
Wed, 28 Feb 2024 13:30:05 +0000
(08:30 -0500)
environ.c
patch
|
blob
|
blame
|
history
diff --git
a/environ.c
b/environ.c
index 2216a3163681a7033f7a7ae9cd70da196ffe0a20..8ce794d735b9cecc7bb860f9c74f62224b359c6c 100644
(file)
--- a/
environ.c
+++ b/
environ.c
@@
-193,7
+193,8
@@
ER_ReturnError(PG_ErrorInfo *pgerror,
PG_ErrorInfo *error;
BOOL partial_ok = ((flag & PODBC_ALLOW_PARTIAL_EXTRACT) != 0);
const char *msg;
- UWORD msglen, stapos, wrtlen, pcblen;
+ UWORD msglen, wrtlen, pcblen;
+ UInt4 stapos,
if (!pgerror)
return SQL_NO_DATA_FOUND;