Resolve RHELPLAN-170235 Fix OpenScanHub report
- Fix typo
This commit is contained in:
parent
a2acfa45e1
commit
b9336ae4e1
@ -49,7 +49,7 @@ index 150489f..b17b843 100644
|
||||
/* avoid gvfs (http://bugzilla.gnome.org/show_bug.cgi?id=526454) */
|
||||
- g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
+ errno = 0;
|
||||
+ if (!!g_setenv ("GIO_USE_VFS", "local", TRUE))
|
||||
+ if (!g_setenv ("GIO_USE_VFS", "local", TRUE))
|
||||
+ g_warning ("Failed to set GIO_USE_VFS=local: %s", g_strerror (errno));
|
||||
|
||||
context = g_option_context_new ("[PREFIX...] - Run installed tests");
|
||||
|
Loading…
Reference in New Issue
Block a user