diff --git a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx index 7f0c8582f..cdba7b4f3 100644 Binary files a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx and b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_full.sprx differ diff --git a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx index 7abf8b228..8bc2f42df 100644 Binary files a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx and b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_lite.sprx differ diff --git a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx index 856496c06..bebdc16b0 100644 Binary files a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx and b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_noncobra.sprx differ diff --git a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_rebug_cobra_ps3mapi.sprx b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_rebug_cobra_ps3mapi.sprx index d67ab4d83..8a7ae16ad 100644 Binary files a/_Projects_/updater/pkgfiles/USRDIR/webftp_server_rebug_cobra_ps3mapi.sprx and b/_Projects_/updater/pkgfiles/USRDIR/webftp_server_rebug_cobra_ps3mapi.sprx differ diff --git a/_Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx b/_Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx index 7f0c8582f..cdba7b4f3 100644 Binary files a/_Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx and b/_Projects_/updater/update/dev_hdd0/plugins/webftp_server.sprx differ diff --git a/_Projects_/updater/update/dev_hdd0/plugins/webftp_server_noncobra.sprx b/_Projects_/updater/update/dev_hdd0/plugins/webftp_server_noncobra.sprx index 856496c06..bebdc16b0 100644 Binary files a/_Projects_/updater/update/dev_hdd0/plugins/webftp_server_noncobra.sprx and b/_Projects_/updater/update/dev_hdd0/plugins/webftp_server_noncobra.sprx differ diff --git a/include/_mount.h b/include/_mount.h index 75e6d36bd..aa4f077a8 100644 --- a/include/_mount.h +++ b/include/_mount.h @@ -1193,7 +1193,7 @@ static void cache_icon0_and_param_sfo(char *destpath) wait_for("/dev_bdvd", 15); char *ext = destpath + strlen(destpath); - strcat(ext, ".SFO\0"); + strcpy(ext, ".SFO"); dont_copy_same_size = false; // cache PARAM.SFO diff --git a/include/mount_rawiso.h b/include/mount_rawiso.h index e7b1048f5..ea7796c9b 100644 --- a/include/mount_rawiso.h +++ b/include/mount_rawiso.h @@ -76,7 +76,7 @@ if(ntfs_ext) if(IS(ntfs_ext, ".ntfs[PS3ISO]")) { - get_name(templn, _path, NO_EXT); + get_name(templn, _path, GET_WMTMP); cache_icon0_and_param_sfo(templn); set_bdvd_as_app_home(); // mount (NTFS) PS3ISO in /app_home #ifdef FIX_GAME