mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Warnings
This commit is contained in:
parent
3b9d6412cb
commit
2718a0f2ae
1 changed files with 2 additions and 1 deletions
|
|
@ -203,8 +203,8 @@ end;
|
|||
|
||||
function TMP4file.ReadGenreData: String;
|
||||
var
|
||||
AGenre: Word;
|
||||
AtomSize: Int64;
|
||||
AGenre: Word = 0;
|
||||
begin
|
||||
Result:= EmptyStr;
|
||||
if FindAtomHeader('data', @AtomSize) then
|
||||
|
|
@ -223,6 +223,7 @@ function TMP4file.ReadTrackData: LongWord;
|
|||
var
|
||||
AtomSize: Int64;
|
||||
begin
|
||||
Result:= 0;
|
||||
if FindAtomHeader('data', @AtomSize) then
|
||||
begin
|
||||
FStream.Seek(8, soCurrent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue