mirror of
https://github.com/samba-team/samba.git
synced 2025-09-02 01:49:29 +03:00
r8710: another attempt at fixing HPUX
(This used to be commit eb3b3c8b40
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
92a6cd373a
commit
0edd0f43c0
@ -514,7 +514,8 @@ int get_time_zone(time_t t)
|
|||||||
#else
|
#else
|
||||||
unsigned long long int v;
|
unsigned long long int v;
|
||||||
if (sscanf(str, "%lli", &v) != 1) {
|
if (sscanf(str, "%lli", &v) != 1) {
|
||||||
smb_panic("system does not support %lli in sscanf");
|
errno = EINVAL;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
if (endptr) {
|
if (endptr) {
|
||||||
/* try to get endptr right - uggh */
|
/* try to get endptr right - uggh */
|
||||||
|
Reference in New Issue
Block a user