Changes in util.c [06af663:c0c48d14]
Legend:
- Unmodified
- Added
- Removed
-
util.c
r06af663 rc0c48d14 388 388 if (!g_path_is_absolute(link_path)) { 389 389 char *last_dir = g_path_get_dirname(last_path); 390 char *tmp = g_build_filename(last_dir, link_path, NULL); 390 char *tmp = g_build_path(G_DIR_SEPARATOR_S, 391 last_dir, 392 link_path, 393 NULL); 391 394 g_free(last_dir); 392 395 g_free(link_path);
Note: See TracChangeset
for help on using the changeset viewer.