Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b9297522
Commit
b9297522
authored
Jun 17, 2005
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Jun 16, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* io/transfer.c (formatted_transfer): Fix typo in error message.
From-SVN: r101102
parent
2f06ccc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libgfortran/ChangeLog
+4
-0
libgfortran/io/transfer.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
b9297522
2005-06-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* io/transfer.c (formatted_transfer): Fix typo in error message.
2005-06-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/16436
* io/transfer.c (read_sf): Correct updating of bytes_left field.
(formatted_transfer): Correct updating of bytes_left field and
...
...
libgfortran/io/transfer.c
View file @
b9297522
...
...
@@ -685,7 +685,7 @@ formatted_transfer (bt type, void *p, int len)
if
(
pos
<
0
||
pos
>=
current_unit
->
recl
)
{
generate_error
(
ERROR_EOR
,
"T
O
r TL edit position error"
);
generate_error
(
ERROR_EOR
,
"T
o
r TL edit position error"
);
break
;
}
m
=
pos
-
(
current_unit
->
recl
-
current_unit
->
bytes_left
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment