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>2010-06-17 18:22:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-17 18:22:54 +0400
commit1cb7dc55b40ab5270502ac76ed81887bc227ae02 (patch)
tree458509650109dc5a15017fd22cffdcb51fa2ca94 /source/blender/blenlib/intern/path_util.c
parenta7386bf9862a8d2960931c9d6df21549473adeec (diff)
sequencer numpad keys for zoom levels
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 f9acf7ba148..045ac5a013f 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -703,7 +703,7 @@ int BLI_path_cwd(char *path)
}
-/* copy di to fi, filename only */
+/* 'di's filename component is moved into 'fi', di is made a dir path */
void BLI_splitdirstring(char *di, char *fi)
{
char *lslash= BLI_last_slash(di);