Skip to content

Correct type of timestamp holding variable to time_t#23

Closed
sge-d-o wants to merge 1 commit into
hfiguiere:masterfrom
sge-d-o:fix-type-of-timestamp-variable
Closed

Correct type of timestamp holding variable to time_t#23
sge-d-o wants to merge 1 commit into
hfiguiere:masterfrom
sge-d-o:fix-type-of-timestamp-variable

Conversation

@sge-d-o

@sge-d-o sge-d-o commented Feb 9, 2025

Copy link
Copy Markdown

With introduction of 64 bit timestamps at Debian a timestamp cannot be represented as long on all architectures anymore. Changing the type of the concerned variable from long to time_t fixes the issue.

With introduction of 64 bit timestamps at Debian a timestamp cannot be
represented as long on all architectures anymore. Changing the type of
the concerned variable from long to time_t fixes the issue.
@sge-d-o sge-d-o closed this by deleting the head repository Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant