mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Fixes a typo
Argument to g_print should be part not path.
This commit is contained in:
parent
7e713cf65a
commit
06931ac755
@ -380,7 +380,7 @@ on_retrieve_secret (GObject *source_object,
|
|||||||
part = strrchr (path, '/');
|
part = strrchr (path, '/');
|
||||||
if (part == NULL)
|
if (part == NULL)
|
||||||
part = path;
|
part = path;
|
||||||
g_print ("[%s]\n", path);
|
g_print ("[%s]\n", part);
|
||||||
} else {
|
} else {
|
||||||
g_print ("[no path]\n");
|
g_print ("[no path]\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user