Change-Id: I47a817d0f169330d8586b6d4024fa9c4a6857245
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
{
DIR *dir = NULL;
struct dirent *entry;
- mtp_int32 retval = 0;
mtp_char old_pathname[MTP_MAX_PATHNAME_SIZE + 1] = { 0 };
mtp_char new_pathname[MTP_MAX_PATHNAME_SIZE + 1] = { 0 };
struct stat entryinfo;
}
closedir(dir);
- return (retval == 0) ? TRUE : FALSE;
+ return TRUE;
}
mtp_bool _util_file_move(const mtp_char *origpath, const mtp_char *newpath,