mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Correction
This commit is contained in:
parent
97e82ae7af
commit
b944e7bdc6
@ -236,7 +236,7 @@ static inline int fb_isspace(const SSHORT c)
|
||||
|
||||
static inline int fb_isdigit(const char c)
|
||||
{
|
||||
return isspace((int)(UCHAR)c);
|
||||
return isdigit((int)(UCHAR)c);
|
||||
}
|
||||
#else
|
||||
#define fb_isspace ::isspace
|
||||
|
Loading…
Reference in New Issue
Block a user