diff --git a/dln.c b/dln.c index b91baa61f1..805618da60 100644 --- a/dln.c +++ b/dln.c @@ -1224,7 +1224,7 @@ aix_loaderror(const char *pathname) do { \ *p++ = ((c = *file++) == '/') ? DLN_NEEDS_ALT_SEPARATOR : c; \ } while (c); \ - str = tmp; \ + src = tmp; \ } while (0) #else #define translit_separator(str) (void)(str)