You've already forked lazarus-ccr
Misc packages: Adjust to changes in Laz/main (deprecated OffsetRect), less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1822,7 +1822,7 @@ var
|
||||
//P, ContentPtr: PWideChar;
|
||||
//S: WideString;
|
||||
P, ContentPtr: PChar;
|
||||
S: String;
|
||||
S: String = '';
|
||||
begin
|
||||
//ContentPtr := PWideChar(Content);
|
||||
ContentPtr := PChar(Content);
|
||||
@ -1869,7 +1869,7 @@ procedure ExtractStrings(Separator: WideChar; const Content: String;
|
||||
var
|
||||
EOS: Boolean;
|
||||
Tail: PChar;
|
||||
S: String;
|
||||
S: String = '';
|
||||
ContentPtr: PChar;
|
||||
{
|
||||
Tail: PWideChar;
|
||||
@ -5922,7 +5922,7 @@ const
|
||||
CMinimalHeaderSize: array [Boolean] of Byte = (6, 10);
|
||||
var
|
||||
Frame: TJvID3Frame;
|
||||
FrameIDStr: AnsiString;
|
||||
FrameIDStr: AnsiString = '';
|
||||
FrameID: TJvID3FrameID;
|
||||
|
||||
LFrameIDLength: Byte;
|
||||
@ -8280,6 +8280,8 @@ var
|
||||
P: PChar;
|
||||
S: string;
|
||||
begin
|
||||
Result := '';
|
||||
|
||||
LCount := GetCount;
|
||||
Size := 0;
|
||||
SepLen := Length(Separator);
|
||||
|
@ -27,7 +27,7 @@ Known Issues:
|
||||
|
||||
unit JvId3v2Types;
|
||||
|
||||
|
||||
{$WARN 6058 off : Call to subroutine "$1" marked as inline is not inlined}
|
||||
interface
|
||||
|
||||
uses
|
||||
|
Reference in New Issue
Block a user