Skip to content
  • Curtis Gedak's avatar
    Fix bug when copying huge NTFS partition never finishes (#575324) · 260e0ea1
    Curtis Gedak authored
    Improved logic in cleanup_cursor method to minimize the number of
    string erase operations performed.
    
    Previously when the NTFS copy finished, GParted would take an
    exceptionally long time to clean up the output.  This was due to
    the huge number of small string erase operations performed on a
    extremely large string.
    260e0ea1