summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2010-03-31 02:43:17 +0200
committerThomas Günther <tom@toms-cafe.de>2010-03-31 02:43:17 +0200
commitf3821d76d95576ff1be0dc3de4b74cdf70049a8d (patch)
tree3c2167895eebcb9213be1437f139b90de531265e /HISTORY
parent792a9e477954373d300e22615126acd8e3d5af7c (diff)
downloadvdr-plugin-sudoku-f3821d76d95576ff1be0dc3de4b74cdf70049a8d.tar.gz
vdr-plugin-sudoku-f3821d76d95576ff1be0dc3de4b74cdf70049a8d.tar.bz2
Fixed null pointer handling in History::add
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a4397ba..56c2d35 100644
--- a/HISTORY
+++ b/HISTORY
@@ -97,3 +97,4 @@ ____-__-__: Version 0.3.5
- Converted documentation and source files to UTF-8.
- Added unit tests.
- Fixed segfault in History::current.
+- Fixed null pointer handling in History::add.