Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
wv
non-latin-latex.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File non-latin-latex.patch of Package wv
#! /bin/sh /usr/share/dpatch/dpatch-run ## non-latin-latex.dpatch by Peter Novodvorsky <nidd@debian.org> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: text.c (wvConvertUnicodeToLaTeX): Disable debugging code which ## DP: causes spurious output for non-Latin-1 files (#171193). @DPATCH@ diff -urNad wv-1.2.1~/text.c wv-1.2.1/text.c --- wv-1.2.1~/text.c 2006-03-17 22:36:46.000000000 +0100 +++ wv-1.2.1/text.c 2006-03-17 22:38:28.000000000 +0100 @@ -1944,12 +1944,14 @@ return (1); } +#ifdef DEBUG /* Debugging aid: */ if (char16 >= 0x80) { printf ("[%x]", char16); return (1); } +#endif return (0); }
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