# | Line 55 | Line 55 | static bool match(const char *p, const c | |
---|---|---|
55 | * Constructor: Prepare emulation | |
56 | */ | |
57 | ||
58 | < | FSDrive::FSDrive(IEC *iec, char *path) : Drive(iec) |
58 | > | FSDrive::FSDrive(IEC *iec, const char *path) : Drive(iec) |
59 | { | |
60 | strcpy(orig_dir_path, path); | |
61 | dir_path[0] = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |