Int32 mtime overflow #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
this, this, this and this variables cause an integer overflow when parsing seed data here.
Changing value type from
size_ttoulongdoes not work directly, as phobos functions returnsize_tvariables.Fix int32 mtime overflowto Int32 mtime overflowMy error, phobos can return 64 bit variables.