summaryrefslogtreecommitdiff
path: root/time64.c
diff options
context:
space:
mode:
Diffstat (limited to 'time64.c')
-rw-r--r--time64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time64.c b/time64.c
index c848513ce3..bbcef8e774 100644
--- a/time64.c
+++ b/time64.c
@@ -518,7 +518,7 @@ struct TM *Perl_localtime64_r (const Time64_T *time, struct TM *local_tm)
* when appropriate */
result = localtime(&safe_time);
- if( result == NULL ) {
+ if(UNLIKELY(result == NULL)) {
LOCALTIME_UNLOCK;
TIME64_TRACE1("localtime(%d) returned NULL\n", (int)safe_time);
return NULL;