Skip to content
Snippets Groups Projects

Fix listing overrides in system-info with recent pressure-vessel

Merged Simon McVittie requested to merge wip/smcv/fix-listing-overrides into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -292,6 +292,7 @@ _srt_resolve_in_sysroot (int sysroot,
g_set_error (error, G_IO_ERROR, G_IO_ERROR_NOT_DIRECTORY,
"\"%s/%s\" is not a directory",
current_path->str, next);
return -1;
}
}
Loading