summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
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;