[Bf-blender-cvs] [9c36b2b] master: Correct previous commit - space crept in patch

Campbell Barton noreply at git.blender.org
Thu Jul 17 07:02:41 CEST 2014


Commit: 9c36b2be57cf770b0d5d49ab1b19ae4309ca8c9a
Author: Campbell Barton
Date:   Thu Jul 17 15:02:02 2014 +1000
https://developer.blender.org/rB9c36b2be57cf770b0d5d49ab1b19ae4309ca8c9a

Correct previous commit - space crept in patch

===================================================================

M	source/blender/editors/space_info/info_stats.c

===================================================================

diff --git a/source/blender/editors/space_info/info_stats.c b/source/blender/editors/space_info/info_stats.c
index d28b0bf..a0dfb28 100644
--- a/source/blender/editors/space_info/info_stats.c
+++ b/source/blender/editors/space_info/info_stats.c
@@ -458,7 +458,7 @@ static void stats_string(Scene *scene)
 	}
 	else {
 		ofs += BLI_snprintf(s + ofs, MAX_INFO_LEN - ofs,
-		                    IFACE_("Verts: %s | Faces:%s | Tris:%s | Objects:%s/%s | Lamps:%s/%s%s"),
+		                    IFACE_("Verts:%s | Faces:%s | Tris:%s | Objects:%s/%s | Lamps:%s/%s%s"),
 		                    stats_fmt.totvert, stats_fmt.totface,
 		                    stats_fmt.tottri, stats_fmt.totobjsel,
 		                    stats_fmt.totobj, stats_fmt.totlampsel,




More information about the Bf-blender-cvs mailing list