summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/cfftot1
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-10-05 06:59:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-10-05 06:59:01 +0000
commitd9b774f1452cf490eada5d351c56e03e4f793d75 (patch)
tree62fcf09a9c78c06dc64406c0ff55f6c3a776c199 /Build/source/texk/lcdf-typetools/cfftot1
parent71a9724cc032291e34911c0eead10c8b0801aad2 (diff)
lcdf-typetools 2.85 (27sep10)
git-svn-id: svn://tug.org/texlive/trunk@19999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/cfftot1')
-rw-r--r--Build/source/texk/lcdf-typetools/cfftot1/Makefile.in2
-rw-r--r--Build/source/texk/lcdf-typetools/cfftot1/cfftot1.12
-rw-r--r--Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in b/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in
index 732f65c7b00..9000e2c79cc 100644
--- a/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in
+++ b/Build/source/texk/lcdf-typetools/cfftot1/Makefile.in
@@ -53,7 +53,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_template_objs.m4 \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_HEADER = $(top_builddir)/autoconf.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
diff --git a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1 b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1
index 6c505fece8e..7518f8e2515 100644
--- a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1
+++ b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.1
@@ -1,4 +1,4 @@
-.ds V 2.83
+.ds V 2.85
.de M
.BR "\\$1" "(\\$2)\\$3"
..
diff --git a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc
index f0ae6b41953..9e5e7c1a009 100644
--- a/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc
+++ b/Build/source/texk/lcdf-typetools/cfftot1/cfftot1.cc
@@ -127,7 +127,7 @@ do_file(const char *infn, const char *outfn, PermString name, ErrorHandler *errh
StringAccum sa(150000);
while (!feof(f)) {
int forward = fread(sa.reserve(32768), 1, 32768, f);
- sa.forward(forward);
+ sa.adjust_length(forward);
}
if (f != stdin)
fclose(f);