[mutter/gnome-3-28] screen-cast: Fix compile error
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gnome-3-28] screen-cast: Fix compile error
- Date: Tue, 10 Apr 2018 12:10:50 +0000 (UTC)
commit e515e37a7ed7a6b6ac53485ac74da29e865b2e17
Author: Benjamin Otte <otte redhat com>
Date: Tue Apr 10 13:02:15 2018 +0200
screen-cast: Fix compile error
Credit goes to gcc for finding this typo.
(cherry picked from commit 98dfd5b8871596612db2a1dc8b5e886d01c86c50)
src/backends/meta-screen-cast-stream-src.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/backends/meta-screen-cast-stream-src.c b/src/backends/meta-screen-cast-stream-src.c
index cef49a13a..744d116a6 100644
--- a/src/backends/meta-screen-cast-stream-src.c
+++ b/src/backends/meta-screen-cast-stream-src.c
@@ -360,7 +360,7 @@ create_pipewire_stream (MetaScreenCastStreamSrc *src,
PW_DIRECTION_OUTPUT,
NULL,
PW_STREAM_FLAG_NONE,
- params, G_N_ELEMENTS (¶ms)) != 0)
+ params, G_N_ELEMENTS (params)) != 0)
{
g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
"Could not connect");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]