diff options
Diffstat (limited to 'signpost.c')
| -rw-r--r-- | signpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2393,7 +2393,7 @@ int main(int argc, const char *argv[]) } } - sprintf(newseed, "%lu", time(NULL)); + sprintf(newseed, "%lu", (unsigned long) time(NULL)); seedstr = dupstr(newseed); if (id || !stdin_desc) { |