Skip to content

Commit

Permalink
1. исключение при вызове mf.fsplit('a.:',0x4+0x8)
Browse files Browse the repository at this point in the history
  • Loading branch information
zg0 committed Apr 25, 2017
1 parent 60f2f12 commit 007ac9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions far/changelog
@@ -1,3 +1,7 @@
zg 25.04.2017 12:59:57 +0200 - build 4943

1. исключение при вызове mf.fsplit('a.:',0x4+0x8)

drkns 24.04.2017 07:59:10 +0000 - build 4942

1. Уточнение 4940 ещё раз.
Expand Down
3 changes: 2 additions & 1 deletion far/macro.cpp
Expand Up @@ -2651,7 +2651,8 @@ static bool SplitFileName(const string& lpFullName, string& strDest, int nFlags)

if (ptr)
s=ptr+1;

if (e < s)
e = es;
size_t Length=strDest.size()+e-s;
strDest+=s;
strDest.resize(Length);
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4942)m4_dnl
m4_define(BUILD,4943)m4_dnl

0 comments on commit 007ac9c

Please sign in to comment.