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:
authorCampbell Barton <ideasman42@gmail.com>2019-03-20 16:58:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-20 17:01:27 +0300
commit4e0b5a0baf4f1f3b194f5f869abd2292b0350baf (patch)
tree615ddd24d4a1628e8650d38a367c9990a9f363a6 /source/blender/blenlib/intern/path_util.c
parent08efcefb470577cafd2587c1b356b028365dd3f9 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index 34fb7112789..5f66a1b9cb3 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -900,7 +900,7 @@ void BLI_path_frame_strip(char *path, char *r_ext)
c++;
int suffix_length = len - (suffix - file);
- BLI_strncpy(r_ext, suffix, suffix_length+1);
+ BLI_strncpy(r_ext, suffix, suffix_length + 1);
/* replace the number with the suffix and terminate the string */
while (numdigits--) {