From ab442cdc39aca93f054f007840d0ef2bf9051c55 Mon Sep 17 00:00:00 2001 From: azav Date: Sun, 7 Mar 2010 17:38:48 +0000 Subject: [PATCH] * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- dln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)