Fixed lines chains in IE, makefullpath() now uses standart libc functions.

This commit is contained in:
Alexander S. Aganichev
2000-05-23 05:42:59 +00:00
parent a3776ae1f6
commit dd6801476f
3 changed files with 51 additions and 1 deletions

View File

@@ -1128,6 +1128,8 @@ void IEclass::editimport(Line* __line, char* __filename, bool imptxt) {
__line = wrapins(&__line, &_tmpcol, &_tmprow, NO);
}
__line->next = saveline;
if(saveline)
saveline->prev = __line;
throw_free(buf);
}