Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90296 Details for
Bug 128659
Emerge of cinelerra-cvs fails with ICE in extract_insn
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
anti-ICE patch
cinelerra-cvs-20060619-bcpan.C.patch (text/plain), 462 bytes, created by
Marc Hildebrand (RETIRED)
on 2006-06-27 10:57:18 UTC
(
hide
)
Description:
anti-ICE patch
Filename:
MIME Type:
Creator:
Marc Hildebrand (RETIRED)
Created:
2006-06-27 10:57:18 UTC
Size:
462 bytes
patch
obsolete
>--- cinelerra-cvs-20060619/guicast/bcpan.C.orig 2005-11-08 07:32:42.000000000 +0100 >+++ cinelerra-cvs-20060619/guicast/bcpan.C 2006-06-26 21:59:51.000000000 +0200 >@@ -405,9 +405,8 @@ > { > for(i = 0; i < total_values; i++) > { >- if(distance(stick_x, value_x[i], stick_y, value_y[i]) == shortest) >- values[i] = maxvalue; >- else >+ values[i] = maxvalue; >+ if(distance(stick_x, value_x[i], stick_y, value_y[i]) != shortest) > values[i] = 0; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 128659
:
84286
|
84439
|
89708
|
90294
| 90296 |
93299