[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57567] trunk/blender/source/blender/ editors/sound/sound_ops.c: Followup to svn rev57551

Sergey Sharybin sergey.vfx at gmail.com
Wed Jun 19 10:40:18 CEST 2013


Revision: 57567
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57567
Author:   nazgul
Date:     2013-06-19 08:40:18 +0000 (Wed, 19 Jun 2013)
Log Message:
-----------
Followup to svn rev57551

Perhaps real fix would be to make all parts of blender
mandatory and not switchable off, so every area of code
would be compiled and verified after no-functional-changes
commits.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57551

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sound/sound_ops.c

Modified: trunk/blender/source/blender/editors/sound/sound_ops.c
===================================================================
--- trunk/blender/source/blender/editors/sound/sound_ops.c	2013-06-19 08:19:36 UTC (rev 57566)
+++ trunk/blender/source/blender/editors/sound/sound_ops.c	2013-06-19 08:40:18 UTC (rev 57567)
@@ -391,7 +391,7 @@
 	NULL
 };
 
-static int sound_mixdown_check(bContext *UNUSED(C), wmOperator *op)
+static bool sound_mixdown_check(bContext *UNUSED(C), wmOperator *op)
 {
 	AUD_Container container = RNA_enum_get(op->ptr, "container");
 




More information about the Bf-blender-cvs mailing list