{
const char *wstmt;
ssize_t stapos, endpos, tokenwd;
- const int backstep = 5;
+ const int backstep = 4;
BOOL outerj = TRUE;
- for (endpos = curpos - backstep, wstmt = curptr - backstep; endpos >= 0 && isspace((UCHAR) *wstmt); endpos--, wstmt--)
+ for (endpos = curpos, wstmt = curptr; endpos >= 0 && isspace((UCHAR) *wstmt); endpos--, wstmt--)
+ ;
+ if (endpos < 0)
+ return FALSE;
+ for (endpos -= backstep, wstmt -= backstep; endpos >= 0 && isspace((UCHAR) *wstmt); endpos--, wstmt--)
;
if (endpos < 0)
return FALSE;
#define POSTGRESDRIVERVERSION "08.02.0400"
#define POSTGRES_RESOURCE_VERSION "08.02.0400\0"
#define PG_DRVFILE_VERSION 8,2,04,00
-#define PG_BUILD_VERSION "200704260001"
+#define PG_BUILD_VERSION "200704280001"
#endif