diff options
author | Denis Bitouzé <dbitouze@wanadoo.fr> | 2021-02-25 18:23:07 +0000 |
---|---|---|
committer | Denis Bitouzé <dbitouze@wanadoo.fr> | 2021-02-25 18:23:07 +0000 |
commit | c6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch) | |
tree | 1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/utils/ps2eps/TLpatches/patch-06-unused | |
parent | 07ee7222e389b0777456b427a55c22d0e6ffd267 (diff) |
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/ps2eps/TLpatches/patch-06-unused')
-rw-r--r-- | Build/source/utils/ps2eps/TLpatches/patch-06-unused | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Build/source/utils/ps2eps/TLpatches/patch-06-unused b/Build/source/utils/ps2eps/TLpatches/patch-06-unused deleted file mode 100644 index 31f6ef217bf..00000000000 --- a/Build/source/utils/ps2eps/TLpatches/patch-06-unused +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur ps2eps-1.68.orig/src/C/bbox.c ps2eps-1.68/src/C/bbox.c ---- ps2eps-1.68.orig/src/C/bbox.c 2012-06-16 18:21:11.000000000 +0200 -+++ ps2eps-1.68/src/C/bbox.c 2012-12-07 10:24:48.000000000 +0100 -@@ -114,7 +114,6 @@ - *tmpcolumnbytep; - unsigned int width,height; /* Image Size */ - unsigned int byte_width; -- unsigned char stepsize; - unsigned char colormax= 0; /* max color value */ - unsigned int ui_colormax= 0; /* max color value */ - -@@ -141,16 +140,10 @@ - fprintf(stderr,"read:[%s]\n",inputline); - #endif - if ( strcmp(inputline,"P4\n") == 0 ) -- { -- stepsize= 1; - magic_found= 4; -- } - else - if ( strcmp(inputline,"P6\n") == 0 ) -- { -- stepsize= 3; - magic_found= 6; -- } - } - while ( !feof(inputfile) && !magic_found ); - |