You've already forked lazarus-ccr
Range Fix, thanks (Dimitrios Chr. Loannidis)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3135 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -485,7 +485,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
//Extract the base ContentType : type "/" subtype *( ";" parameter )
|
//Extract the base ContentType : type "/" subtype *( ";" parameter )
|
||||||
j := Length(s);
|
j := Length(s);
|
||||||
for i := 0 to Pred(Length(s)) do begin
|
for i := 1 to Length(s) do begin
|
||||||
if ( s[i] = ';' ) then begin
|
if ( s[i] = ';' ) then begin
|
||||||
j := ( i - 1 );
|
j := ( i - 1 );
|
||||||
Break;
|
Break;
|
||||||
|
Reference in New Issue
Block a user