Talk:How do I create a bug report: Difference between revisions

From Free Pascal wiki
Jump to navigationJump to search
(bug: runtime error)
 
No edit summary
Line 6: Line 6:
   //....
   //....
end;
end;
::This is not the place to report bugs (real or imaginary). Unless you have a question or comment about this page, I will remove this entry. --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 18:49, 25 January 2018 (CET)

Revision as of 19:49, 25 January 2018

var

 s:string;

begin

 s:=#0#0#0#0;
 pword(@s[1])^:=$1234; //bug: runtime error
 //....

end;

This is not the place to report bugs (real or imaginary). Unless you have a question or comment about this page, I will remove this entry. --Bart (talk) 18:49, 25 January 2018 (CET)