From 12a291afddd121c2864c92822675114109103fd3 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Mon, 6 Aug 2001 15:35:22 +0000 Subject: [PATCH] ;) --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 22b046873..fbf05adae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2001-08-06 Andrew V. Samoilov + + * mad.c (mad_strdup): Return NULL if NULL is passed. + + * view.c (block_search): Return the position where the block was + found as declared in comment. + (hex_search): Don't increase pos, block_search returns now right + position. + 2001-08-03 Andrew V. Samoilov * mad.[ch] (mad_check): Declare file parameter const.