Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/cron: fix segfault on 32 bit systems
Problem: cron module segfaults during travis testing on arm7l. Change a json_pack() format string to use "I" not "i" to refer to uint64_t values. Fixes #1176
- Loading branch information