summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-14 11:15:58 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-14 11:15:58 -0500
commitb49a4e3d3f5e4005c4b1070979b7510011862233 (patch)
tree574be7edd3afa7db3c654457d14ed9dbd8f411e4 /globals.h
parent5e8c4720b8406764b5911d74898c63649d5d5802 (diff)
use GStrings instead of fixed length strings in self-cal
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 96cab87..a4b0745 100644
--- a/globals.h
+++ b/globals.h
@@ -304,7 +304,7 @@ typedef struct {
float avg_change;
int total_errors;
float total_max_change;
- char response[max_output_length];
+ GString *response;
} CalStruct;