ruby-changes:14976
From: azav <ko1@a...>
Date: Mon, 8 Mar 2010 02:39:36 +0900 (JST)
Subject: [ruby-changes:14976] Ruby:r26848 (trunk): * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
azav 2010-03-08 02:38:48 +0900 (Mon, 08 Mar 2010) New Revision: 26848 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26848 Log: * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed. Modified files: trunk/dln.c Index: dln.c =================================================================== --- dln.c (revision 26847) +++ dln.c (revision 26848) @@ -1224,7 +1224,7 @@ do { \ *p++ = ((c = *file++) == '/') ? DLN_NEEDS_ALT_SEPARATOR : c; \ } while (c); \ - str = tmp; \ + src = tmp; \ } while (0) #else #define translit_separator(str) (void)(str) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/