Skip to content

Commit fdb3e59

Browse files
committed
Code tidy.
1 parent 24341e1 commit fdb3e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/time_range.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static bool _z_time_range_parse_duration(const _z_str_se_t *bound, double *durat
9090
char *err;
9191
double value = strtod(bound->start, &err);
9292
z_free(buf);
93-
if (value == 0 && *err != '\0') //_z_cptr_char_offset(buf, len))
93+
if (value == 0 && *err != '\0')
9494
{
9595
return false;
9696
}

0 commit comments

Comments
 (0)