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>2012-05-17 14:07:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-17 14:07:29 +0400
commitc406ce29742fd44995f29768e593f00a7805df2c (patch)
tree4aafd126307728211582c076c435a50233e1fa48 /source/blender/blenloader
parentdfa075b66246f845a933611e768c638fb8c10bf5 (diff)
minor improvement - entering "//somepath" in the file selector didnt expand from the current blend files path.
also quiet warning.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index ae691f07c7d..7078446801b 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -8995,7 +8995,7 @@ static void read_libraries(FileData *basefd, ListBase *mainlist)
/* printf and reports for now... its important users know this */
BKE_reportf_wrap(basefd->reports, RPT_INFO,
- "read library: '%s', '%s'\n",
+ "read library: '%s', '%s'",
mainptr->curlib->filepath, mainptr->curlib->name);
fd= blo_openblenderfile(mainptr->curlib->filepath, basefd->reports);