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>2008-02-27 12:48:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-27 12:48:43 +0300
commitb226eb925b7306486e55998c790a3376c177bbef (patch)
treef1775830fd326876292744a4ee2038de3c0e933c /source/blender/blenlib/BLI_blenlib.h
parent7d310f4e5c9059a7e734d852424915e8aac7319e (diff)
should fix bug on win32 with user python menu's not loading because stat() didnt like the trailing slash and returned the dir as missing.
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 39b679144d5..551b6732333 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -313,6 +313,7 @@ int BLI_move(char *file, char *to);
int BLI_touch(const char *file);
char *BLI_last_slash(const char *string);
void BLI_add_slash(char *string);
+void BLI_del_slash(char *string);
/* BLI_rct.c */
/**