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

From Free Pascal wiki
Jump to navigationJump to search
(bug: runtime error)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
var
+
This should probably be partly rewritten (Understanding the Report Status) since the move to git. --[[User:Bart|Bart]] ([[User talk:Bart|talk]]) 17:28, 24 September 2021 (CEST)
  s:string;
 
begin
 
  s:=#0#0#0#0;
 
  pword(@s[1])^:=$1234; //bug: runtime error
 
  //....
 
end;
 

Latest revision as of 17:28, 24 September 2021

This should probably be partly rewritten (Understanding the Report Status) since the move to git. --Bart (talk) 17:28, 24 September 2021 (CEST)