From 5240202226a44c4b91d26d574d3aa01eefddb524 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 21 Nov 2022 23:28:23 -0500 Subject: filetypes.c put attr mask back not totally sure of the implications but this mask should be here Change-Id: I605841a4ec41a2ffbf7b0f6eeaf142068577b919 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/filetypes.c b/apps/filetypes.c index 12b4fe3dc6..3ce3200e3c 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -233,7 +233,7 @@ long tree_filetype_voiceclip(int attr) { int count = sizeof(inbuilt_attrvoices)/sizeof(*inbuilt_attrvoices); /* try to find a voice ID for the extension, if known */ - //attr &= FILE_ATTR_MASK; /* file type */ + attr &= FILE_ATTR_MASK; /* file type */ for (j=0; j