diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /sysutils/mkisofs-devel/files/patch-bb | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'sysutils/mkisofs-devel/files/patch-bb')
-rw-r--r-- | sysutils/mkisofs-devel/files/patch-bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/mkisofs-devel/files/patch-bb b/sysutils/mkisofs-devel/files/patch-bb deleted file mode 100644 index b37ea2f81308..000000000000 --- a/sysutils/mkisofs-devel/files/patch-bb +++ /dev/null @@ -1,13 +0,0 @@ ---- mkisofs/tree.c.orig Thu Apr 27 11:44:57 2000 -+++ mkisofs/tree.c Sat Apr 29 11:34:23 2000 -@@ -538,8 +538,8 @@ - table->de_flags |= INHIBIT_JOLIET_ENTRY; - /* table->name = strdup("<translation table>");*/ - table->name = strdup(trans_tbl); -- table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize)); -- memset(table->table, 0, ISO_ROUND_UP(tablesize)); -+ table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize+1)); -+ memset(table->table, 0, ISO_ROUND_UP(tablesize+1)); - iso9660_file_length(trans_tbl, table, 0); - - if (use_RockRidge) { |