[glib/application-replace] fixup! Add tests for --gapplication-replace
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/application-replace] fixup! Add tests for --gapplication-replace
- Date: Sat, 3 Nov 2018 15:38:52 +0000 (UTC)
commit b0d8d01e5fe75314acad119cb82c34f4a402e59b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Nov 3 11:27:14 2018 -0400
fixup! Add tests for --gapplication-replace
Trivial: char instead of gchar.
gio/tests/gapplication.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
index d3db25296..210f737ee 100644
--- a/gio/tests/gapplication.c
+++ b/gio/tests/gapplication.c
@@ -1055,7 +1055,7 @@ test_replace (void)
if (g_test_subprocess ())
{
char *binpath = g_test_build_filename (G_TEST_BUILT, "unimportant", NULL);
- gchar *argv[] = { binpath, "--gapplication-replace", NULL };
+ char *argv[] = { binpath, "--gapplication-replace", NULL };
GApplication *app;
gboolean startup = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]