diff options
author | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-10-09 04:09:19 +0000 |
---|---|---|
committer | Jerry DeLisle <jvdelisle@gcc.gnu.org> | 2008-10-09 04:09:19 +0000 |
commit | af43ff01e1a73b4932fadc31567b2e19bc3f95ef (patch) | |
tree | 13d95c47cdfb7367cc46ee1cdb5bae5f8532d285 | |
parent | 22a60093505c0c899e50b347d0e6c86a28c16571 (diff) | |
download | gcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.zip gcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.tar.gz gcc-af43ff01e1a73b4932fadc31567b2e19bc3f95ef.tar.bz2 |
Fix ChangeLog.
From-SVN: r140996
-rw-r--r-- | libgfortran/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 4e11595..7905b4c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,8 +1,8 @@ 2008-10-08 Jerry DeLisle <jvdelisle@gcc.gnu.org PR libfortran/37707 - * io/list_read.c (nml_get_obj_data): If the first namelist object rank is - greater than zero, call nml_object_read with the first object rather + * io/list_read.c (nml_get_obj_data): If the first namelist object rank + is greater than zero, call nml_object_read with the first object rather than the sub-object. 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com> |