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:
authorErwin Coumans <blender@erwincoumans.com>2005-07-17 01:47:54 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-17 01:47:54 +0400
commit2d73b31aff247a08c0706125fe6eb7f3e8d06b11 (patch)
treeba6efd3b020ab3917085c519706bec4285f84086 /source/blender/blenlib
parent3166974a674721ed28827d5851f978a156978a4d (diff)
preparation for bullet physics
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/storage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/storage.c b/source/blender/blenlib/intern/storage.c
index 25327c4943e..64cf2888b50 100644
--- a/source/blender/blenlib/intern/storage.c
+++ b/source/blender/blenlib/intern/storage.c
@@ -394,6 +394,7 @@ void BLI_adddirstrings()
else sprintf(files[num].size, "0");
strftime(datum, 32, "%d-%b-%y %R", tm);
+ //for visual studio 8, strftime(datum, 32, "%d-%b-%y ", tm);
if (st_size < 1000) {
sprintf(size, "%10d", (int) st_size);