diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2004-04-22 15:23:55 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2004-04-22 15:23:55 +0000 |
commit | 3d07b479237ab9e8556bbf13cac7a618bb09e381 (patch) | |
tree | 176b6306db3dee99e50884e22e6ae724eab7c3ab | |
parent | 2b56b9d70c30c01cafde57601d562f92b864c06f (diff) | |
download | xine-lib-3d07b479237ab9e8556bbf13cac7a618bb09e381.tar.gz xine-lib-3d07b479237ab9e8556bbf13cac7a618bb09e381.tar.bz2 |
- remove some forgotten debug
CVS patchset: 6423
CVS date: 2004/04/22 15:23:55
-rw-r--r-- | src/input/libreal/real.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/input/libreal/real.c b/src/input/libreal/real.c index 1361f39f7..5df0a8ec0 100644 --- a/src/input/libreal/real.c +++ b/src/input/libreal/real.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: real.c,v 1.14 2004/04/22 15:20:53 hadess Exp $ + * $Id: real.c,v 1.15 2004/04/22 15:23:55 hadess Exp $ * * special functions for real streams. * adopted from joschkas real tools. @@ -330,13 +330,10 @@ void real_calc_response_and_checksum (char *response, char *chksum, char *challe /* initialize buffer */ memset(buf, 0, 128); ptr=buf; - printf("ptr at %p\n", ptr); BE_32C(ptr, 0xa1e9149d); ptr+=4; - printf("ptr at %p\n", ptr); BE_32C(ptr, 0x0e6b3b59); ptr+=4; - printf("ptr at %p\n", ptr); /* some (length) checks */ if (challenge != NULL) |