mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[misc] Replace m_realpath with realpath from stdlib.h
This commit is contained in:
@@ -895,7 +895,7 @@ bulk_scan(int flags)
|
||||
|
||||
parent_id = process_parent_directories(path);
|
||||
|
||||
deref = m_realpath(path);
|
||||
deref = realpath(path, NULL);
|
||||
if (!deref)
|
||||
{
|
||||
DPRINTF(E_LOG, L_SCAN, "Skipping library directory %s, could not dereference: %s\n", path, strerror(errno));
|
||||
|
||||
Reference in New Issue
Block a user