diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-14 11:15:58 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-14 11:15:58 -0500 |
commit | b49a4e3d3f5e4005c4b1070979b7510011862233 (patch) | |
tree | 574be7edd3afa7db3c654457d14ed9dbd8f411e4 /globals.h | |
parent | 5e8c4720b8406764b5911d74898c63649d5d5802 (diff) |
use GStrings instead of fixed length strings in self-cal
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -304,7 +304,7 @@ typedef struct { float avg_change; int total_errors; float total_max_change; - char response[max_output_length]; + GString *response; } CalStruct; |