discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1cc9748c613e6f99580567614822d3aee8f75b7a

commit 1cc9748c613e6f99580567614822d3aee8f75b7a
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 12 12:00:52 2017 -0400

    efl-wl: change x11 atom name var to normal char*
---
 src/lib/efl_wl/x11.x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efl_wl/x11.x b/src/lib/efl_wl/x11.x
index 49bc0560a9..cc567990ba 100644
--- a/src/lib/efl_wl/x11.x
+++ b/src/lib/efl_wl/x11.x
@@ -341,7 +341,7 @@ x11_selection_request(void *d EINA_UNUSED, int t 
EINA_UNUSED, Ecore_X_Event_Sele
      }
    else
      {
-        const char *name;
+        char *name;
         Pipe *p;
 
         name = ecore_x_atom_name_get(ev->target);

-- 


Reply via email to