readme update
This commit is contained in:
@ -379,8 +379,8 @@ amsarray<amsstring> splitpath(const amsstring &s)
|
||||
ret.resize(2);
|
||||
int ind1,ind2;
|
||||
|
||||
ind1 = s.find('/');
|
||||
ind2 = s.find('\\');
|
||||
ind1 = s.findright('/');
|
||||
ind2 = s.findright('\\');
|
||||
if(ind1>=0)
|
||||
{
|
||||
if(ind1==0)
|
||||
|
||||
Reference in New Issue
Block a user