From: Jerry DeLisle Date: Thu, 25 Feb 2010 05:53:35 +0000 (+0000) Subject: Fix ChangeLog Entry. X-Git-Tag: releases/gcc-4.5.0~610 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f205d1da0f39deccade0353a5765d86239f324ba;p=thirdparty%2Fgcc.git Fix ChangeLog Entry. From-SVN: r157061 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 785a3a8c8384..2eadbba61d4e 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,5 +1,6 @@ 2010-02-24 Jerry DeLisle + PR libfortran/43155 * io/transfer.c (require_type): Subtract one from item_count for output of error message. Add comment before formatted_transfer function explaining why the item_count is off by one.