X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fcc-process.c;fp=ao-tools%2Flib%2Fcc-process.c;h=f2307a8207818436391dd6560f18699424d4aba5;hp=74b02a74b53af644707d816aca2c40c453456b37;hb=6f729ff46b2f4531db68f0af85e7e9fe0f6d1969;hpb=f14c799ae7ff3be56c28f5694f04c03daff7708e diff --git a/ao-tools/lib/cc-process.c b/ao-tools/lib/cc-process.c index 74b02a74..f2307a82 100644 --- a/ao-tools/lib/cc-process.c +++ b/ao-tools/lib/cc-process.c @@ -46,8 +46,8 @@ struct cc_flightcooked * cc_flight_cook(struct cc_flightraw *raw) { struct cc_flightcooked *cooked; - double flight_start; - double flight_stop; + double flight_start = 0; + double flight_stop = 0; int start_set = 0; int stop_set = 0; int i;