[gnome-network-displays/cc-tmp: 64/80] cc: istream fix




commit ce6d3ab63695848978c48de92e2d55d4ac6f30fc
Author: Anupam Kumar <kyteinsky gmail com>
Date:   Tue Sep 6 02:43:18 2022 +0530

    cc: istream fix

 src/cc/cc-comm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/cc/cc-comm.c b/src/cc/cc-comm.c
index e1d0f7c..b592d03 100644
--- a/src/cc/cc-comm.c
+++ b/src/cc/cc-comm.c
@@ -171,7 +171,7 @@ cc_comm_header_read_cb (GObject      *source_object,
       return;
     }
 
-  GInputStream *istream = istream = g_io_stream_get_input_stream (G_IO_STREAM (comm->con));
+  GInputStream *istream = g_io_stream_get_input_stream (G_IO_STREAM (comm->con));
 
   if (G_INPUT_STREAM (source_object) != istream)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]