Skip to content

Commit

Permalink
fix 4459
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Nov 26, 2015
1 parent 69ce490 commit df64644
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 23.11.2015 21:40:04 +0200 - build 4459
drkns 26.11.2015 08:49:29 +0200 - build 4460

1. Уточнение 4459.

drkns 23.11.2015 21:40:04 +0200 - build 4459

1. Рефакторинг.

Expand Down
2 changes: 1 addition & 1 deletion far/console.cpp
Expand Up @@ -303,7 +303,7 @@ virtual bool WriteInput(INPUT_RECORD* Buffer, size_t Length, size_t& NumberOfEve
{
const auto Delta = GetDelta();

FOR(auto& i, make_range(Buffer, Buffer + NumberOfEventsWritten))
FOR(auto& i, make_range(Buffer, Buffer + Length))
{
if (i.EventType == MOUSE_EVENT)
{
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4459)m4_dnl
m4_define(BUILD,4460)m4_dnl

0 comments on commit df64644

Please sign in to comment.