diff options
| author | CHOI Junho <cjh@FreeBSD.org> | 2001-03-23 06:54:07 +0000 |
|---|---|---|
| committer | CHOI Junho <cjh@FreeBSD.org> | 2001-03-23 06:54:07 +0000 |
| commit | ef3502c4973d80511bd2dd6bc7a1958718ac0370 (patch) | |
| tree | 3a6d55b1bbfebf2d04edaee0cc83079a86177497 /korean/mkisofs/files/patch-bb | |
| parent | 40b14bc2c0825e8b7d2abc77a2238490df4a3f3c (diff) | |
ko-mkisofs, with Korean charset conversion support, activated.
Diffstat (limited to 'korean/mkisofs/files/patch-bb')
| -rw-r--r-- | korean/mkisofs/files/patch-bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/korean/mkisofs/files/patch-bb b/korean/mkisofs/files/patch-bb new file mode 100644 index 000000000000..b37ea2f81308 --- /dev/null +++ b/korean/mkisofs/files/patch-bb @@ -0,0 +1,13 @@ +--- 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) { |
