summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 21:48:40 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 21:48:40 -0500
commitddd8afb6558b9f759536f7b709c5fc7ea96f1599 (patch)
tree35a6057d9ec6d63571ff9a254f6f0158bb02354d /device-functions.c
parent6d8fdafd54d429fcd7e7bf3c2d872b874f8f2bd5 (diff)
comment update
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index d2f8341..0800acf 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -4114,7 +4114,7 @@ int do_full_self_cal(CalStruct *caldata)
globals.Flash.self_cal_typical_time_min = (int) (diff_timer / 60);
globals.Flash.self_cal_typical_time_sec = (int) (diff_timer % 60);
- // FIXME - cpp buffer error
+ // FIXME - cpp buffer error, do to evil fixed-length strings
sprintf(string,"Completed in %d minutes and %d seconds\n\r", globals.Flash.self_cal_typical_time_min, globals.Flash.self_cal_typical_time_sec);
strcat (caldata->response, string);