python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / libunique1 / patches / gcc7-fix-char_ptr.patch
blob5c19f80e6a30684fe205168b598998b8d28fdbb0
1 --- libunique-1.1.6/unique/uniqueapp.c 2009-11-01 19:33:13.000000000 +0100
2 +++ libunique-1.1.6/unique/uniqueapp.c 2017-06-15 17:30:10.775354836 +0200
3 @@ -176,7 +176,7 @@
5 gchar *id;
7 - if (startup_id && startup_id != '\0')
8 + if (startup_id && *startup_id != '\0')
9 id = g_strdup (startup_id);
10 else