comparison libmpdemux/network.c @ 8027:b9da278e4c92

verbose can be negative
author arpi
date Fri, 01 Nov 2002 17:46:45 +0000
parents 60624e692b95
children ba66375adb6f
comparison
equal deleted inserted replaced
8026:b465ba5897a3 8027:b9da278e4c92
500 http_free( http_hdr ); 500 http_free( http_hdr );
501 return -1; 501 return -1;
502 } 502 }
503 503
504 *fd_out=fd; 504 *fd_out=fd;
505 if( verbose ) { 505 if( verbose>0 ) {
506 http_debug_hdr( http_hdr ); 506 http_debug_hdr( http_hdr );
507 } 507 }
508 508
509 streaming_ctrl->data = (void*)http_hdr; 509 streaming_ctrl->data = (void*)http_hdr;
510 510