Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-09-14 17:41:29 +0300
committerJacques Lucke <jacques@blender.org>2021-09-14 17:41:29 +0300
commit2d13c823ee1c336e3c8cbd01f8b3b21672bfd0e4 (patch)
tree940dc68de411b0ac3ec3dbde7ca3080e1783e802 /source/blender/blenkernel/BKE_packedFile.h
parentedaeec3e720cacf789d0b3c438df6c2944adbd8b (diff)
Cleanup: fix inconsistent parameter name
Found by clang-tidy.
Diffstat (limited to 'source/blender/blenkernel/BKE_packedFile.h')
-rw-r--r--source/blender/blenkernel/BKE_packedFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_packedFile.h b/source/blender/blenkernel/BKE_packedFile.h
index 9b66c6003d7..8cb0c78d9aa 100644
--- a/source/blender/blenkernel/BKE_packedFile.h
+++ b/source/blender/blenkernel/BKE_packedFile.h
@@ -77,7 +77,7 @@ char *BKE_packedfile_unpack_to_file(struct ReportList *reports,
char *BKE_packedfile_unpack(struct Main *bmain,
struct ReportList *reports,
struct ID *id,
- const char *orig_file_name,
+ const char *orig_file_path,
struct PackedFile *pf,
enum ePF_FileStatus how);
int BKE_packedfile_unpack_vfont(struct Main *bmain,