Merge pull request #351 from SindenLightgun/master
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / libFLAC / metadata_iterators.c
index 0a84d03..460b234 100644 (file)
@@ -3430,7 +3430,10 @@ void set_file_stats_(const char *filename, struct flac_stat_s *stats)
        srctime.actime = stats->st_atime;
        srctime.modtime = stats->st_mtime;
        (void)flac_chmod(filename, stats->st_mode);
+#if !defined _3DS
        (void)flac_utime(filename, &srctime);
+#endif
+
 #if !defined _MSC_VER && !defined __BORLANDC__ && !defined __MINGW32__
        FLAC_CHECK_RETURN(chown(filename, stats->st_uid, -1));
        FLAC_CHECK_RETURN(chown(filename, -1, stats->st_gid));