From 5212b7fb5206329151f52532e0818832186f0346 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 May 2012 07:26:36 +0000 Subject: file.c: fix for UNC * file.c (realpath_rec): UNC prefix does not end with path separator, so new separator is needed after it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9b64ace405..5af16c0cef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 26 16:26:30 2012 Nobuyoshi Nakada + + * file.c (realpath_rec): UNC prefix does not end with path separator, + so new separator is needed after it. + Sat May 26 15:29:22 2012 Koichi Sasada * test/ruby/test_backtrace.rb (test_caller_lev): -- cgit v1.2.3