diff options
Diffstat (limited to 'src/lib/ecore_file/ecore_file_monitor_poll.c')
-rw-r--r-- | src/lib/ecore_file/ecore_file_monitor_poll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_file/ecore_file_monitor_poll.c b/src/lib/ecore_file/ecore_file_monitor_poll.c index 16f84194ce..d2034dc7ab 100644 --- a/src/lib/ecore_file/ecore_file_monitor_poll.c +++ b/src/lib/ecore_file/ecore_file_monitor_poll.c | |||
@@ -87,6 +87,7 @@ ecore_file_monitor_backend_add(const char *path, | |||
87 | 87 | ||
88 | len = strlen(path); | 88 | len = strlen(path); |
89 | path2 = alloca(len + 1); | 89 | path2 = alloca(len + 1); |
90 | strcpy(path2, path); | ||
90 | if (path2[len - 1] == '/' && strcmp(path2, "/")) path2[len - 1] = 0; | 91 | if (path2[len - 1] == '/' && strcmp(path2, "/")) path2[len - 1] = 0; |
91 | em->path = eina_stringshare_add(path2); | 92 | em->path = eina_stringshare_add(path2); |
92 | 93 | ||