|
|
| version 1.7, 2004/01/11 16:58:47 | version 1.8, 2004/01/23 17:37:39 |
|---|---|
| Line 111 static int GetFileExt(char* filename) { | Line 111 static int GetFileExt(char* filename) { |
| else if ((!milstr_cmp(p, str_hdi))) { | else if ((!milstr_cmp(p, str_hdi))) { |
| ftype = FTYPE_HDI; | ftype = FTYPE_HDI; |
| } | } |
| else if ((!milstr_cmp(p, str_hdd))) { | |
| ftype = FTYPE_HDD; | |
| } | |
| else if ((!milstr_cmp(p, "xdf")) || (!milstr_cmp(p, "dup")) || (!milstr_cmp(p, "hdm"))) { | else if ((!milstr_cmp(p, "xdf")) || (!milstr_cmp(p, "dup")) || (!milstr_cmp(p, "hdm"))) { |
| ftype = FTYPE_BETA; | ftype = FTYPE_BETA; |
| } | } |