Signed-off-by: Mika Laitio <lamikr@pilppa.org>
ret_val = NULL;
calc = NULL;
limit_d = NULL;
+ succ = true;
frq_sec = get_summary_period_as_freq_seconds(period_type_param);
if (store_data == NULL) {
succ = load();
calc = NULL;
limit_d = NULL;
d_count = 1;
+ succ = true;
frq_sec = get_summary_period_as_freq_seconds(period_type_param);
if (store_data == NULL) {
succ = load();
calc1 = NULL;
calc2 = NULL;
limit_d = NULL;
+ succ = true;
frq_sec = get_summary_period_as_freq_seconds(period_type_param);
if (store_data == NULL) {
succ = load();
calc = NULL;
limit_d = NULL;
frq_sec = get_summary_period_as_freq_seconds(period_type_param);
+ succ = true;
if (store_data == NULL) {
succ = load();
}