Patch level : 4.0
Files correlati : tutti Ricompilazione Demo : [ ] Commento : Corretta decodifica dei nomi di file "DOC", "MOV" e "MAG" git-svn-id: svn://10.65.10.50/trunk@15389 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9bd6bccb0f
commit
e3ff823767
@ -1360,12 +1360,13 @@ int TTable_names::logic_num(const TString& n)
|
||||
return num;
|
||||
}
|
||||
|
||||
if (namelen == 3)
|
||||
name.upper();
|
||||
// ATTENZIONE: NON includere qui MAG!
|
||||
if (namelen == 3 && name != "DOC" && name != "MOV")
|
||||
return LF_TAB;
|
||||
if (namelen == 4 && name[0] == '%')
|
||||
return LF_TABCOM;
|
||||
|
||||
name.upper();
|
||||
TString* str = (TString*)_names.objptr(name);
|
||||
if (str == NULL)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user