mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 21:04:32 -04:00
fixed compilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6418 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
046a3548fe
commit
3b5bd220cf
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ void SubFileItem::save()
|
|||
{
|
||||
|
||||
destpath += "/" + fInfo.fname;
|
||||
rsFiles->CopyFile(fInfo.path, destpath);
|
||||
rsFiles->copyFile(fInfo.path, destpath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue