mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-14 15:26:59 +08:00
Fix typo in query_file_exist
This commit is contained in:
parent
b86e89ae22
commit
0470137688
@ -85,7 +85,7 @@ query_file_exist (char *path)
|
|||||||
{
|
{
|
||||||
if (xy_file_exist (path))
|
if (xy_file_exist (path))
|
||||||
{
|
{
|
||||||
chsrc_check_remarkably (path, "文件", false);
|
chsrc_check_remarkably (path, "文件", true);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user