diff options
author | Will Andrews <will@FreeBSD.org> | 2002-11-18 01:36:31 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-11-18 01:36:31 +0000 |
commit | f0a70b7ec37cbfb664bb6f28158a7cdd005d61bf (patch) | |
tree | dabb73b3ecc0ca9b13e668e6e0107e8e60290ea7 /astro/xplanet | |
parent | c0bc2d56c667e05d69460b79706a507e46eb3554 (diff) | |
download | ports-f0a70b7ec37cbfb664bb6f28158a7cdd005d61bf.tar.gz ports-f0a70b7ec37cbfb664bb6f28158a7cdd005d61bf.zip |
Notes
Diffstat (limited to 'astro/xplanet')
-rw-r--r-- | astro/xplanet/files/patch-xplanetbg.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/xplanet/files/patch-xplanetbg.cc b/astro/xplanet/files/patch-xplanetbg.cc new file mode 100644 index 000000000000..e0f022967c28 --- /dev/null +++ b/astro/xplanet/files/patch-xplanetbg.cc @@ -0,0 +1,11 @@ +--- xplanetbg.cc.orig Fri Mar 22 04:17:05 2002 ++++ xplanetbg.cc Sun Nov 17 18:26:59 2002 +@@ -907,7 +907,7 @@ + + if (debug) + { +- cout << "Finished at " << ctime(¤t_time.tv_sec); ++ cout << "Finished at " << ctime((time_t *)¤t_time.tv_sec); + cout << "Sleeping for " << sleep_time << " seconds until " + << ctime((time_t *) &next_update) << endl; + } |