summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs-devel/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mkisofs-devel/files/patch-bb')
-rw-r--r--sysutils/mkisofs-devel/files/patch-bb13
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 489189a7c10e..000000000000
--- a/sysutils/mkisofs-devel/files/patch-bb
+++ /dev/null
@@ -1,13 +0,0 @@
---- mkisofs/tree.c.orig Mon Jan 10 23:17:25 2000
-+++ mkisofs/tree.c Sun Feb 13 21:44:15 2000
-@@ -446,8 +446,8 @@
- table->de_flags |= INHIBIT_JOLIET_ENTRY;
- /* table->name = strdup("<translation table>");*/
- table->name = strdup(trans_tbl);
-- table->table = (char *) e_malloc(ROUND_UP(tablesize));
-- memset(table->table, 0, ROUND_UP(tablesize));
-+ table->table = (char *) e_malloc(ROUND_UP(tablesize+1));
-+ memset(table->table, 0, ROUND_UP(tablesize+1));
- iso9660_file_length (trans_tbl, table, 0);
-
- if(use_RockRidge)