diff options
-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> |