summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d2444a1)
raw | patch | inline | side by side (parent: d2444a1)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Fri, 29 Sep 2023 11:38:25 +0000 (14:38 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Fri, 29 Sep 2023 11:38:25 +0000 (14:38 +0300) |
src/shared/WADEDITOR_dfwad.pas | patch | blob | history |
index 2bbc03a3a031397b198d21cd1793574c6ca9b612..0fe16f51e1dc7c33d74bc53ee7a7be62d8c0162d 100644 (file)
begin
if sec = nil then
sec := InsertSectionRAW('');
- if res = nil then
+ if sec = nil then
raise Exception.Create('Failed to create root section');
res := InsertFileInfoS(sec, name, offset, csize, -1, nil);
if res = nil then