diff ffstools/tiffs-rd/cat.c @ 919:1f27fc13eab7

tiffs: add support for extended filenames found in SE K2x0 FFS
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 31 Dec 2022 09:27:01 +0000
parents e7502631a0f9
children
line wrap: on
line diff
--- a/ffstools/tiffs-rd/cat.c	Fri Dec 30 22:04:30 2022 +0000
+++ b/ffstools/tiffs-rd/cat.c	Sat Dec 31 09:27:01 2022 +0000
@@ -220,7 +220,7 @@
 		fprintf(stderr, "error: requested inode has been reclaimed\n");
 		exit(1);
 	}
-	if (!validate_obj_name(headino, 0)) {
+	if (!object_name_mincheck(headino)) {
 		fprintf(stderr,
 "error: no valid name at the beginning of the requested seghead chunk\n");
 		exit(1);