summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/libreal/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/libreal/real.c b/src/input/libreal/real.c
index 29376868c..df604eb10 100644
--- a/src/input/libreal/real.c
+++ b/src/input/libreal/real.c
@@ -352,7 +352,7 @@ void real_calc_response_and_checksum (char *response, char *chksum, char *challe
calc_response_string (response, buf);
/* add tail */
- strcat(response, "01d0a8a3");
+ strcat(response, "01d0a8e3");
/* calculate checksum */
resp_len = strlen (response);