View Issue Details

IDProjectCategoryView StatusLast Update
0000830Ecere SDKcompilerpublic2016-04-19 05:30
Reporterredj Assigned To 
PriorityimmediateSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version0.44.07 
Target Version0.46 eC II 
Summary0000830: Struct class as param consistency
DescriptionStruct class as param consistency:
void Bla(OldList a)
{
   OldList * bla;
   a = bla; // This just does a pointer assignment -- I think this should dereference and assign contents
   a = { 1, 2 }; // This actually dereferences a (*a = )
}
Add to that: if(a) gives out a warning...
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-04-24 13:33 redj New Issue
2013-04-24 19:57 jerome Priority normal => immediate
2016-04-19 05:30 jerome Target Version 0.44.12 Fixes => 0.46 eC II