diff options
Diffstat (limited to 'facebook/facebook-id.h')
-rw-r--r-- | facebook/facebook-id.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facebook/facebook-id.h b/facebook/facebook-id.h index 66161bb..f357caa 100644 --- a/facebook/facebook-id.h +++ b/facebook/facebook-id.h @@ -89,7 +89,7 @@ * * Return: #TRUE if the string is an #FbId, otherwise #FALSE. */ -#define FB_ID_IS_STR(s) fb_util_str_is(s, G_ASCII_DIGIT) +#define FB_ID_IS_STR(s) fb_util_strtest(s, G_ASCII_DIGIT) /** * FB_ID_TO_STR: |