Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
blender
blender-2.48-undefine-operation.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File blender-2.48-undefine-operation.patch of Package blender
diff -uNr old-blender-2.48/release/plugins/sequence/dnr.c blender-2.48/release/plugins/sequence/dnr.c --- release/plugins/sequence/dnr.c 2008-10-14 19:43:45.000000000 +0200 +++ release/plugins/sequence/dnr.c 2008-10-15 09:38:41.000000000 +0200 @@ -110,9 +110,12 @@ unsigned char * dst = dst_; while (count--) { - *dst = table[(*src++ << 8) | *dst]; dst++; - *dst = table[(*src++ << 8) | *dst]; dst++; - *dst = table[(*src++ << 8) | *dst]; dst++; + *dst = table[(*src++ << 8) | *dst]; + dst++; + *dst = table[(*src++ << 8) | *dst]; + dst++; + *dst = table[(*src++ << 8) | *dst]; + dst++; *dst++ = *src++; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor