diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-19 01:37:07 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-19 01:37:07 +0000 |
commit | 75b8595548ee1796fd81e2b5a0a3bc99ee74265d (patch) | |
tree | 56aca7367192f1a075ceda68d97d01d184722a03 /src | |
parent | 85b0af8123c0eec0d472c304e3fee440beb7d2b9 (diff) | |
download | xine-lib-75b8595548ee1796fd81e2b5a0a3bc99ee74265d.tar.gz xine-lib-75b8595548ee1796fd81e2b5a0a3bc99ee74265d.tar.bz2 |
Typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/libreal/real.c | 2 |
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); |