comparison ffstools/tiffs-rd/ls.c @ 252:e14609e9b907

tiffs lsino: list type F4 as "segment"
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 01 Feb 2014 22:09:16 +0000
parents 10afa4d39a7b
children
comparison
equal deleted inserted replaced
251:63cd64625597 252:e14609e9b907
274 type = "directory"; 274 type = "directory";
275 break; 275 break;
276 case 0xF3: 276 case 0xF3:
277 type = "symlink"; 277 type = "symlink";
278 break; 278 break;
279 case 0xF4:
280 type = "segment";
281 break;
279 default: 282 default:
280 type = "???"; 283 type = "???";
281 } 284 }
282 printf("object type %02X (%s)\n", inf->type, type); 285 printf("object type %02X (%s)\n", inf->type, type);
283 if (!inf->len) { 286 if (!inf->len) {