mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 12:14:30 +08:00
update
This commit is contained in:
@@ -19,6 +19,6 @@ int remove(const char *val)
|
||||
#ifndef RT_USING_DFS
|
||||
return -1;
|
||||
#else
|
||||
return unlink(filename);
|
||||
return unlink(val);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user