diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_ibnum.c (renamed from print/ghostscript7-x11/files/patch-src-ibnum.c) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-ibnum.c b/print/ghostscript7-x11/files/patch-src_ibnum.c index 2df0a7d138c7..a847a45a6174 100644 --- a/print/ghostscript7-x11/files/patch-src-ibnum.c +++ b/print/ghostscript7-x11/files/patch-src_ibnum.c @@ -1,6 +1,6 @@ ---- src/ibnum.c.orig 2003-01-17 09:49:04.000000000 +0900 -+++ src/ibnum.c 2013-04-30 11:18:27.000000000 +0900 -@@ -124,11 +124,11 @@ +--- src/ibnum.c.orig 2003-01-17 00:49:04 UTC ++++ src/ibnum.c +@@ -124,11 +124,11 @@ sdecode_number(const byte * str, int for case num_int32: case num_int32 + 16: if ((format & 31) == 0) { @@ -14,7 +14,7 @@ binary_scale[format & 31]; return t_real; } -@@ -171,18 +171,14 @@ +@@ -171,18 +171,14 @@ sdecodeshort(const byte * p, int format) } /* Decode a (32-bit, signed) long. */ @@ -38,7 +38,7 @@ return v; } -@@ -190,7 +186,7 @@ +@@ -190,7 +186,7 @@ sdecodelong(const byte * p, int format) float sdecodefloat(const byte * p, int format) { |