From: Shamus Hammons Date: Sun, 15 Jan 2017 01:18:40 +0000 (-0600) Subject: Fix for subtle bug in implode. X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=ardour-manual-diverged;a=commitdiff_plain;h=b6f54a9c9d8c448c0daff94db54e1fa9eda486a0 Fix for subtle bug in implode. Explode has some problems too, will have to fix a few things like when titles go missing from the header. --- diff --git a/implode b/implode index a63c3a8..e2ec1c7 100755 Binary files a/implode and b/implode differ diff --git a/implode.cpp b/implode.cpp index 1f48395..1d41010 100644 --- a/implode.cpp +++ b/implode.cpp @@ -96,7 +96,7 @@ void CopyFileToStream(char * from, FILE * toFile) long length = ftell(fromFile); rewind(fromFile); SkipHeader(fromFile); - long skipped = ftell(fromFile) - 1; + long skipped = ftell(fromFile); for(long i=skipped; i - --- title: the Edit Point Control part: subchapter @@ -5349,7 +5348,7 @@ part: subchapter --- -Title: The Summary +title: The Summary part: subchapter ---