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

Comparing BasiliskII/src/Unix/extfs_unix.cpp (file contents):
Revision 1.3 by cebix, 1999-10-21T22:40:01Z vs.
Revision 1.4 by cebix, 1999-10-22T13:57:05Z

# Line 67 | Line 67 | void add_path_component(char *path, cons
67                  path[l] = '/';
68                  path[l+1] = 0;
69          }
70 <        strncat(path, s, max_len-1);
70 >        strncat(path, component, max_len-1);
71   }
72  
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines