Skip to content

Commit

Permalink
b3962 -- Уточнение 3960.
Browse files Browse the repository at this point in the history
  • Loading branch information
w17 committed Jun 24, 2014
1 parent 9b87b70 commit 105d37a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion far/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
drkns 24.06.2014 19:41:46 +0200 - build 3961
w17 25.06.2014 00:16:56 +0400 - build 3962

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

drkns 24.06.2014 19:41:46 +0200 - build 3961

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

Expand Down
3 changes: 3 additions & 0 deletions far/codepage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,9 @@ int GetChar(const BYTE *bf, size_t cb, wchar_t& wc, int& state)
}

m[0] = static_cast<int>(m7[c]);
if (0 == (m[0] & b64))
return -nc;

u.s.base64 = true;
u.s.carry_count = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m4_define(BUILD,3961)m4_dnl
m4_define(BUILD,3962)m4_dnl

0 comments on commit 105d37a

Please sign in to comment.