- Timestamp:
- 2012-12-24T22:02:41Z (12 years ago)
- Branches:
- master
- Children:
- 14d0b02
- Parents:
- 9b67285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/http_client.c
r9b67285 rc1d9c95 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-201 1Wilmer van der Gaast and others *4 * Copyright 2002-2012 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6 … … 578 578 if( req->reply_body - req->sbuf >= 512 ) 579 579 { 580 printf( "Wasting %ld bytes, cleaning up stream buffer\n", req->reply_body - req->sbuf );581 580 char *new = g_memdup( req->reply_body, req->body_size + 1 ); 582 581 g_free( req->sbuf );
Note: See TracChangeset
for help on using the changeset viewer.