Skip to content

libtracker-miner: Fix possible warnings

Carlos Garnacho requested to merge wip/carlosg/fix-warnings into master

This might be called in the right circumstances that the current_dir is NULL, cater for that. Fixes possible warnings like:

tracker-miner-f[2965]: g_file_equal: assertion 'G_IS_FILE (file1)' failed tracker-miner-f[2965]: g_file_has_prefix: assertion 'G_IS_FILE (file)' failed

Merge request reports

Loading