From 82f4603a6b8aee0a1037771db838a419d3694f34 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 7 Sep 2013 12:44:57 -0400 Subject: [PATCH] Bug #1195 - #1195 Random seed not random enough - removed all random number code (thanks to Jakub Wilk). --- ChangeLog | 2 ++ src/main.cpp | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1beb19ec..028c8beec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,8 @@ Features + Added the 'remaining' format for all date columns. Bugs + + #1195 Random seed not random enough - removed all random number code (thanks + to Jakub Wilk). + #1196 Now builds on Hurd (thanks to Jakub Wilk). + #1197 Now 'tasksh' recognizes Ctrl-D to exit. + #1200 Directory d_type==DT_UNKNOWN is now handled correctly (thanks to Jakub diff --git a/src/main.cpp b/src/main.cpp index 51d107a80..cebf05124 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,8 +28,6 @@ #include #include #include -#include - #include #include