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>2011-06-05 21:02:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-05 21:02:57 +0400
commit68a3303013de4bad2d166c7a2b7b1dc44668dc64 (patch)
tree8cae463ba8c758e3624ad6f70ee26138406ae0bb /source/blender/blenlib/intern/path_util.c
parent68d4c64db82310ed00a139278866573f952b79c2 (diff)
operator buttons get a red highlight when alert is set for the layout
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index b2b48176bca..af87707fb90 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -154,8 +154,6 @@ int BLI_split_name_num(char *left, int *nr, const char *name, const char delim)
{
int a;
- /* could use '0', but this would mean the first
- * duplicate would become FooBar.000 */
*nr= 0;
a= strlen(name);
memcpy(left, name, (a + 1) * sizeof(char));