From ab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 4 May 2011 12:59:20 +0000 Subject: Wed May 4 12:59:20 UTC 2011 --- multilib/nspluginwrapper/npw-viewer.c.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 multilib/nspluginwrapper/npw-viewer.c.patch (limited to 'multilib/nspluginwrapper/npw-viewer.c.patch') diff --git a/multilib/nspluginwrapper/npw-viewer.c.patch b/multilib/nspluginwrapper/npw-viewer.c.patch deleted file mode 100644 index a213003fd..000000000 --- a/multilib/nspluginwrapper/npw-viewer.c.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur nspluginwrapper-1.3.0.orig//src/npw-viewer.c nspluginwrapper-1.3.0//src/npw-viewer.c ---- nspluginwrapper-1.3.0.orig//src/npw-viewer.c 2009-01-02 15:22:29.000000000 +0100 -+++ nspluginwrapper-1.3.0//src/npw-viewer.c 2010-08-26 18:46:50.574976221 +0200 -@@ -4187,7 +4187,8 @@ - #define high_offset offsetof(struct _XtAppStruct, __maybe__input_max) - #define n_offsets_max (high_offset - low_offset)/2 - int i, ofs, n_offsets = 0; -- int offsets[n_offsets_max] = { 0, }; -+ int offsets[n_offsets_max]; -+ offsets[0] = 0; - - #define n_inputs_max 4 /* number of refinements/input sources */ - int fd, id, n_inputs = 0; -- cgit v1.2.3-54-g00ecf