* file.c (file_expand_path): revert a part of r22392. it's commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb2161b3db
commit
fd8a1c725b
@ -1,3 +1,7 @@
|
|||||||
|
Wed May 26 19:55:33 2010 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* file.c (file_expand_path): revert a part of r22392. it's commit miss.
|
||||||
|
|
||||||
Wed May 26 18:40:23 2010 Masaya Tarui <tarui@ruby-lang.org>
|
Wed May 26 18:40:23 2010 Masaya Tarui <tarui@ruby-lang.org>
|
||||||
|
|
||||||
* test/rinda/test_rinda.rb (TupleSpaceTest, TupleSpaceProxyTest):
|
* test/rinda/test_rinda.rb (TupleSpaceTest, TupleSpaceProxyTest):
|
||||||
|
2
file.c
2
file.c
@ -3051,7 +3051,7 @@ file_expand_path(VALUE fname, VALUE dname, int abs_mode, VALUE result)
|
|||||||
}
|
}
|
||||||
if (p == skiproot(buf) - 1) p++;
|
if (p == skiproot(buf) - 1) p++;
|
||||||
|
|
||||||
#if USE_NTFS && defined __WIN32__
|
#if USE_NTFS
|
||||||
*p = '\0';
|
*p = '\0';
|
||||||
if ((s = strrdirsep(b = buf)) != 0 && !strpbrk(s, "*?")) {
|
if ((s = strrdirsep(b = buf)) != 0 && !strpbrk(s, "*?")) {
|
||||||
size_t len;
|
size_t len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user