Changeset 6338 for trunk/libtransmission/platform.c
- Timestamp:
- Jul 16, 2008, 2:31:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r6334 r6338 591 591 592 592 if( !*path ) 593 { 594 tr_strlcpy( path, "/dev/null", sizeof( path ) ); 593 595 tr_err( _( "Couldn't find the web interface's files! To customize this, set the CLUTCH_HOME environmental variable to the folder where index.html is located." ) ); 596 } 594 597 595 598 s = tr_strdup( path );
Note: See TracChangeset
for help on using the changeset viewer.