[gnome-color-manager] Fix build with HAVE_VTE
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Fix build with HAVE_VTE
- Date: Wed, 3 Feb 2016 01:26:25 +0000 (UTC)
commit 19509e4acc109b4347f9db0a4001970bfbe16589
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Feb 2 19:24:44 2016 -0600
Fix build with HAVE_VTE
Nobody noticed because there's been no unstable release, and it's not in
Continuous.
src/gcm-calibrate-argyll.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate-argyll.c b/src/gcm-calibrate-argyll.c
index 4fee1ed..820154a 100644
--- a/src/gcm-calibrate-argyll.c
+++ b/src/gcm-calibrate-argyll.c
@@ -2423,7 +2423,7 @@ gcm_calibrate_argyll_process_output_cmd (GcmCalibrateArgyll *calibrate_argyll,
split = g_strsplit (line, " ", -1);
if (g_strv_length (split) != 4) {
g_warning ("invalid update format: %s", line);
- goto out;
+ return TRUE;
}
current = atoi (split[1]);
total = atoi (split[3]);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]