View Issue Details

IDProjectCategoryView StatusLast Update
0002216CCdcielGeneralpublic19-10-24 15:57
Reporterhan Assigned ToPatrick Chevalley  
PrioritynormalSeverityminorReproducibilitysometimes
Status resolvedResolutionopen 
Product Version0.9 
Target Version1.0 
Summary0002216: Code optimisation for reading deepsky database
DescriptionI noted a small error in the code which gives under the latest Linux & Lazarus&FPC a runtime error. Strange enough not in the debugger but only without debugger.

Correction:
pu_editttargets.pas, line 815
- linepos:=0;{Set pointer to the beginning}
+linepos:=2;{Set pointer to the beginning of data. The first two lines are comments}

pu_goto.pas, line 112
- linepos:=0;{Set pointer to the beginning}
+linepos:=2;{Set pointer to the beginning of data. The first two lines are comments}
TagsNo tags attached.

Activities

Patrick Chevalley

19-10-24 15:57

administrator   ~0006025

I never get this error, but best to make the correction.

I also change in u_annotation line 330.

https://github.com/pchev/ccdciel/commit/bfee601698e0ed8c514a8f92f0ba49462c1caa6a


Issue History

Date Modified Username Field Change
19-10-24 15:11 han New Issue
19-10-24 15:57 Patrick Chevalley Assigned To => Patrick Chevalley
19-10-24 15:57 Patrick Chevalley Status new => resolved
19-10-24 15:57 Patrick Chevalley Target Version => 1.0
19-10-24 15:57 Patrick Chevalley Note Added: 0006025