Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
vdr-plugin-xine
vdr-xine-0.9.3-nodebug.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vdr-xine-0.9.3-nodebug.diff of Package vdr-plugin-xine
diff -ur xine-0.9.3.orig/xineDevice.c xine-0.9.3/xineDevice.c --- xine-0.9.3.orig/xineDevice.c 2009-06-17 20:06:35.000000000 +0200 +++ xine-0.9.3/xineDevice.c 2009-11-22 13:55:49.429468182 +0100 @@ -1328,7 +1328,12 @@ || 0x00 != Data[ 1 ] || 0x01 != Data[ 2 ]) { - VERBOSE_NOP(); + static int beenhere = 0; + if(!beenhere) + { + VERBOSE_NOP(); + beenhere = 1; + } break; } @@ -2037,7 +2042,12 @@ } else { - VERBOSE_NOP(); + static int beenhere = 0; + if(!beenhere) + { + VERBOSE_NOP(); + beenhere = 1; + } ch = '2'; } } @@ -2071,7 +2081,12 @@ || 0x00 != Data[ 1 ] || 0x01 != Data[ 2 ]) { - VERBOSE_NOP1(); + static int beenhere = 0; + if(!beenhere) + { + VERBOSE_NOP1(); + beenhere = 1; + } return; }
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