initialize c to 0 in cluster reader

This commit is contained in:
froejdh_e 2023-10-27 12:05:21 +02:00
parent 706b341783
commit 437a6cf2d5

View File

@ -192,7 +192,7 @@ int analyze_data(int32_t *data, int32_t *t2, int32_t *t3, char *quad,
int32_t tot2[4]; int32_t tot2[4];
int32_t t2max = 0; int32_t t2max = 0;
char c; char c = 0;
int32_t val, tot3; int32_t val, tot3;
tot3 = 0; tot3 = 0;