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:
authorStephen Swaney <sswaney@centurytel.net>2007-09-03 23:12:36 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-09-03 23:12:36 +0400
commit3326d493a0d9b2b22bfb5c5446fed232bab9d28f (patch)
treec7f8df717fa84304058efad23f488acdd0d93b20 /source/blender/blenlib/BLI_blenlib.h
parent1b35c1c1ec6cd5a017fc5c69a1222592b16582f7 (diff)
more warning fixes.
sprinkle a few 'const char*'s around to remove warnings about discarding qualifiers in imbuf code.
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index aaa50206ddb..8cc148db343 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -173,7 +173,7 @@ void BLI_clean(char *path);
* @param str The string to be duplicated
* @retval Returns the duplicated string
*/
-char* BLI_strdup(char *str);
+char* BLI_strdup(const char *str);
/**
* Duplicates the first @a len bytes of cstring @a str