fix efreet/file monitor stringshare optimization
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 23 Apr 2016 14:45:28 +0000 (23:45 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 23 Apr 2016 14:45:28 +0000 (23:45 +0900)
commitbbcde33f93ab786f0cafdfbfbdead20cd1009d7d
tree268c75c56492d9e34a3b1be8f0d994cb1c5f152f
parentdf2b31b63eaed894601ba8126d1f43f07edb6332
fix efreet/file monitor stringshare optimization

fixes e4d815dc48c660a336670ec3cc67e6becbdcacfc that i just put in a
few days back - it's a good idea to copy the string into your buffer
to use it.. not just 0 terminate it. :)
src/lib/ecore_file/ecore_file_monitor_inotify.c
src/lib/ecore_file/ecore_file_monitor_poll.c
src/lib/ecore_file/ecore_file_monitor_win32.c