mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix a typo (lead to memory overwrite).
svn path=/trunk/; revision=30952
This commit is contained in:
@@ -57,7 +57,7 @@ Directory::Directory ( const string& name_ )
|
||||
|
||||
if ( p )
|
||||
{
|
||||
name.erase ( p - name.c_str ());
|
||||
name.erase ( p - name_.c_str ());
|
||||
Add ( p + 1 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user