diff options
Diffstat (limited to 'math/plplot/files/patch-util__plrender.c')
-rw-r--r-- | math/plplot/files/patch-util__plrender.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/plplot/files/patch-util__plrender.c b/math/plplot/files/patch-util__plrender.c deleted file mode 100644 index 0d47db22bf27..000000000000 --- a/math/plplot/files/patch-util__plrender.c +++ /dev/null @@ -1,20 +0,0 @@ ---- utils/plrender.c.orig -+++ utils/plrender.c -@@ -834,7 +834,7 @@ - if ( code ) { fprintf( stderr, \ - "Unable to read in %s at line %d, bytecount %d\n\ - Bytes requested: %d\n", __FILE__, __LINE__, \ -- (int) pdfs->bp, (int) 2 * n ); return -1; } -+ (int) pdfs->bp, (int) 2 * n ); return; } - - static void - get_ncoords( PLFLT *x, PLFLT *y, PLINT n ) -@@ -869,7 +869,7 @@ - free( ys ); - } - -- return 0; -+ return; - } - - //-------------------------------------------------------------------------- |