Fix Joliet name lookup failure in iso kioslave

(cherry picked from commit e202ca79c3)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent eaee388f8e
commit 71658e0457

@ -249,7 +249,7 @@ static int mycallb(struct iso_directory_record *idr,void *udata) {
if (!special) {
if (iso->joliet) {
for (i=0;i<(isonum_711(idr->name_len)-1);i+=2) {
TQChar ch( be2me_16( idr->name[i] ) );
TQChar ch( be2me_16(*((ushort*)&(idr->name[i]))) );
if (ch==';') break;
path+=ch;
}

Loading…
Cancel
Save