[FusionDev] [Bug 267] wallpaper unit used in calculations, forgotten sscanf parameter

bugzilla at bugs.opencompositing.org bugzilla at bugs.opencompositing.org
Fri Aug 24 13:46:43 CEST 2007


http://bugs.opencompositing.org/show_bug.cgi?id=267


Roland "Test-tools" Bär <roland at verifysoft.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #165 is|0                           |1
           obsolete|                            |




--- Comment #3 from Roland "Test-tools" Bär <roland at verifysoft.net>  2007-08-24 11:46:42 ---
Created an attachment (id=166)
 --> (http://bugs.opencompositing.org/attachment.cgi?id=166)
The REAL fix

Ok, we have it. 

According to DOCUMENT the format is:
 x1,y1,radius1,x2,y2,radius2|r1,g1,b1,r2,g2,b2 
The documented "radius1" got assigned to variable "r1"
The documented "r1" got assigned to variable "r1"
=> scanf overwrites one ... 

radius1 should be assigned to ra1, radius2 to ra2. 

Please apply attached patch.


-- 
Configure bugmail: http://bugs.opencompositing.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Dev mailing list