We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bd485 commit ba19ad6Copy full SHA for ba19ad6
1 file changed
src/sonyflake_turbo/sonyflake.c
@@ -35,7 +35,7 @@ bool incr_combined_sequence(struct sonyflake_state *self) {
35
}
36
37
static inline void get_relative_current_time(struct sonyflake_state *self, struct timespec *now) {
38
- assert(timespec_get(now, TIME_UTC) != 0);
+ timespec_get(now, TIME_UTC);
39
sub_diff(now, &self->start_time);
40
41
0 commit comments