diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 03:06:12 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 03:06:12 +0100 |
commit | dba3aa42580ef3e9cba57df71a231bc00679c551 (patch) | |
tree | 2f2d45468bb5669b4a0e1e95a2369479715e60ac /src/input/libreal/real.c | |
parent | 916fbee057ef45a6b7b9dbee93784b16820f6b95 (diff) | |
parent | 75b8595548ee1796fd81e2b5a0a3bc99ee74265d (diff) | |
download | xine-lib-dba3aa42580ef3e9cba57df71a231bc00679c551.tar.gz xine-lib-dba3aa42580ef3e9cba57df71a231bc00679c551.tar.bz2 |
Merge from 1.2 branch.
--HG--
rename : src/xine-utils/xineutils.h => include/xine/xineutils.h
Diffstat (limited to 'src/input/libreal/real.c')
-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 eb8540976..078b12757 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); |