congbo

get rid of the warning when analysing it

PNPieChart.m:137:33: warning: Passed-by-value struct argument contains
uninitialized data (e.g., via the field chain: 'origin.x')
... ... @@ -132,7 +132,7 @@
_outterCircleRadius - distance * cos(rad));
CGRect frame;
frame.size = CGSizeMake(100, 80);
frame = CGRectMake(0, 0, 100, 80);
UILabel *descriptionLabel = [[UILabel alloc] initWithFrame:frame];
[descriptionLabel setText:titleText];
... ...