ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/extfs.cpp
(Generate patch)

Comparing BasiliskII/src/extfs.cpp (file contents):
Revision 1.32 by asvitkine, 2007-01-22T17:14:06Z vs.
Revision 1.33 by asvitkine, 2007-01-24T02:37:06Z

# Line 274 | Line 274 | static FSItem *find_fsitem_guest(const c
274          }
275  
276          // Not found, construct new FSItem
277 <        return create_fsitem(guest_name, guest_name, parent);
277 >        return create_fsitem(macroman_to_host_encoding(guest_name), guest_name, parent);
278   }
279  
280   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines