Update
This commit is contained in:
parent
3ce45aca74
commit
ebb8cdf0ab
9 changed files with 2030 additions and 1962 deletions
|
@ -25,12 +25,15 @@ int main(void)
|
|||
{
|
||||
filename[filenameLen] = 0;
|
||||
|
||||
FILE *f = fopen(filename,"r");
|
||||
if (!(filenameLen > 6 && (filename[4] == ':' || filename[5] == ':')))
|
||||
{
|
||||
FILE *f = fopen(filename,"r");
|
||||
|
||||
if (!f)
|
||||
printf(" class=\"dead\"");
|
||||
else
|
||||
fclose(f);
|
||||
if (!f)
|
||||
printf(" class=\"dead\"");
|
||||
else
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
filenameLen = 0;
|
||||
state = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue