Changeset 3972
- Timestamp:
- Nov 26, 2007, 5:03:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/utils.c
r3899 r3972 679 679 char * out = NULL; 680 680 681 if( in != NULL ) 681 if( len < 0 ) 682 { 683 out = tr_strdup( in ); 684 } 685 else if( in != NULL ) 682 686 { 683 687 out = tr_malloc( len+1 );
Note: See TracChangeset
for help on using the changeset viewer.