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.5 by cebix, 1999-10-21T22:39:51Z vs.
Revision 1.6 by cebix, 1999-10-22T15:08:10Z

# Line 211 | Line 211 | static void add_path_comp(const char *s)
211  
212   static void get_path_for_fsitem(FSItem *p)
213   {
214 <        if (p->id == ROOT_ID) {
214 >        if (p->id == ROOT_PARENT_ID) {
215 >                full_path[0] = 0;
216 >        } else if (p->id == ROOT_ID) {
217                  strncpy(full_path, RootPath, MAX_PATH_LENGTH-1);
218                  full_path[MAX_PATH_LENGTH-1] = 0;
219          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines