mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
gappinfo: Fix uninitialized-variable gcc warning
This commit is contained in:
@@ -684,7 +684,7 @@ g_app_info_launch_default_for_uri (const char *uri,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
char *uri_scheme;
|
char *uri_scheme;
|
||||||
GAppInfo *app_info;
|
GAppInfo *app_info = NULL;
|
||||||
GList l;
|
GList l;
|
||||||
gboolean res;
|
gboolean res;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user