#14412 closed defect (fixed)

GLK: ALAN2: Detection not working for uppercase filename

Reported by: MarcoBorrini99 Owned by: tag2015
Priority: normal Component: Engine: GLK: Alan2
Version: Keywords: case sensitive
Cc: Game:

Description

Not quite sure but if filename is uppercase, the detector don't pick it up.

Example:

[marco@marco-nauta02c closet_dos]$ find . -type f  -iname "*.acd" -exec /var/tmp/scummvm-lnx-glk/bin/scummvm --md5 --md5-path="{}" --md5-engine=glk \; -exec ls -la "{}" \;
CLOSET.ACD: 5d724469e6240cde0c16c959f50ebc93 (first 5000 bytes), 37888 bytes
-rw-r--r-- 1 marco marco 37888 27 ago  1998 ./CLOSET.ACD
closet.acd: 5d724469e6240cde0c16c959f50ebc93 (first 5000 bytes), 37888 bytes
-rw-r--r-- 1 marco marco 37888 27 ago  1998 ./closet.acd

If CLOSET.ACD is present, "Closet" is not recognized; if closet.acd is present then "Closet" is recognized.

Can it be confirmed by anyone?

Change History (3)

comment:1 by antoniou79, 19 months ago

Keywords: case sensitive added
Summary: [GLK: Alan2] Uppercase title detenctionGLK: ALAN2: Detection not working for uppercase title

comment:2 by MarcoBorrini99, 19 months ago

Summary: GLK: ALAN2: Detection not working for uppercase titleGLK: ALAN2: Detection not working for uppercase filename

comment:3 by tag2015, 19 months ago

Owner: set to tag2015
Resolution: fixed
Status: newclosed

Good catch! Fixed in 9d19768

Note: See TracTickets for help on using tickets.