Skip to content

Commit

Permalink
v613
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Nov 29, 2022
1 parent 6435e36 commit 3a6846b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

======================================================================

Major changes between "less" versions 608 and 612
Major changes between "less" versions 608 and 613

* Add LESSUTFCHARDEF environment variable (github #275).

Expand Down
2 changes: 1 addition & 1 deletion os.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ iread(fd, buf, len)
if (ret == READ_INTR)
sigs |= S_INTERRUPT;
reading = 0;
return ret;
return (ret);
}
}
#else
Expand Down
4 changes: 2 additions & 2 deletions version.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ v610 11/14/22 Update Unicode tables; fix again-search after filter;
improve ^X to interrupt F command.
v611 11/16/22 Fix EOF bug related to ^X change.
v612 11/18/22 Fix more bugs related to ^X change.
v613
v613 11/28/22 Even more ^X issues.
*/

char version[] = "613x";
char version[] = "613";

0 comments on commit 3a6846b

Please sign in to comment.