Commit 22e4cb8c by Paul Brook

Fix typo.

From-SVN: r86363
parent 82507bc9
......@@ -1321,7 +1321,7 @@ next_record (int done)
{
fp = file_position (current_unit->s);
/* Calculate next record, rounding up partial records. */
current_unit->last_record = (fp + curren_unit->recl - 1)
current_unit->last_record = (fp + current_unit->recl - 1)
/ current_unit->recl;
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment