[gnome-software/wip/rancell/ubuntu-3-20-rebase: 4/17] trivial: Fix the @LicenseRef-free string check
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-rebase: 4/17] trivial: Fix the @LicenseRef-free string check
- Date: Sat, 17 Jun 2017 01:18:09 +0000 (UTC)
commit a79c890a930f39662eabc77ac7bbadd616a36927
Author: Richard Hughes <richard hughsie com>
Date: Fri Apr 8 14:57:08 2016 +0100
trivial: Fix the @LicenseRef-free string check
src/gs-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-app.c b/src/gs-app.c
index 7734523..832d780 100644
--- a/src/gs-app.c
+++ b/src/gs-app.c
@@ -1388,7 +1388,7 @@ gs_app_set_license (GsApp *app, GsAppQuality quality, const gchar *licence)
}
/* free software, license unspecified */
- if (g_str_has_prefix (tokens[i], "@LicenseRef-free") == 0) {
+ if (g_str_has_prefix (tokens[i], "@LicenseRef-free")) {
const gchar *url = "http://www.gnu.org/philosophy/free-sw.en.html";
gchar *tmp;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]