mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
name conflict and renames a cell, the name was not pointing to the new name and immediately caused a crash condition. However, it got to that point by believing that cell "path/x" and "path/x.mag" were different files. The name was stripped of the extension but the full file path was not, causing the confusion.