git-svn-id: svn://kolibrios.org@8751 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-05-27 23:42:24 +00:00
parent a660c35743
commit 60b56f90fa

View File

@ -1055,7 +1055,7 @@ void NewElement()
if (info_result!=5) {
notify(FS_ITEM_ALREADY_EXISTS);
} else {
(RenameMove(new_file_ed.text, #file_path))
if (RenameMove(new_file_ed.text, #file_path))
{
if (itdir) {
notify("'Error renaming folder' -E");