e_input: fixed a warning. given character variable 'seat' should be name of evas... 87/169487/2
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 14 Nov 2017 11:51:58 +0000 (20:51 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 19 Mar 2018 10:00:51 +0000 (10:00 +0000)
Change-Id: I87821eed68278235e2f8731aa1e80a76ce5ebeea

src/bin/e_input_inputs.c

index aacf7a1..1c4045d 100644 (file)
@@ -20,7 +20,7 @@ _seat_create(E_Input_Backend *input, const char *seat)
    if (!evs) return NULL;
 
    /* create an evas device of a seat */
-   evas_dev = evas_device_add_full(evs, "Enlightenment seat", s->name, NULL, NULL,
+   evas_dev = evas_device_add_full(evs, seat, "Enlightenment seat", NULL, NULL,
                                    EVAS_DEVICE_CLASS_SEAT, EVAS_DEVICE_SUBCLASS_NONE);
    if (!evas_dev)
      {