diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_modules.c b/src/lib/emotion/emotion_modules.c index 868d223f55..5f079b2983 100644 --- a/src/lib/emotion/emotion_modules.c +++ b/src/lib/emotion/emotion_modules.c | |||
@@ -325,7 +325,7 @@ _find_mod(const char *name) | |||
325 | if ((!path) || (!path[0])) continue; | 325 | if ((!path) || (!path[0])) continue; |
326 | // path is /*/modulename/ARCH/module.* - we want "modulename" | 326 | // path is /*/modulename/ARCH/module.* - we want "modulename" |
327 | found = 0; | 327 | found = 0; |
328 | p1 = p2 = NULL; | 328 | p1 = p2 = p3 = NULL; |
329 | for (p = path + strlen(path) - 1; | 329 | for (p = path + strlen(path) - 1; |
330 | p > path; | 330 | p > path; |
331 | p--) | 331 | p--) |