ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/1541fs.cpp
(Generate patch)

Comparing Frodo4/Src/1541fs.cpp (file contents):
Revision 1.7 by cebix, 2004-01-14T16:54:46Z vs.
Revision 1.8 by cebix, 2004-01-14T17:23:46Z

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines