mirror of
https://github.com/ksherlock/ample.git
synced 2025-08-05 02:24:58 +00:00
bug - bookmarks didn't restore built-in floppy disk settings (such as disabling the 5.25" drives on a iigs)
This commit is contained in:
@@ -276,7 +276,8 @@ static NSDictionary *IndexMap = nil;
|
||||
}
|
||||
|
||||
// set up child name so bookmarks work.
|
||||
if (c == ':') _name = p;
|
||||
//if (c == ':') _name = p;
|
||||
if (c != '-') _name = p;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user