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

Comparing BasiliskII/src/BeOS/extfs_beos.cpp (file contents):
Revision 1.3 by cebix, 1999-10-21T22:39:59Z vs.
Revision 1.4 by cebix, 1999-10-22T13:57:04Z

# Line 82 | Line 82 | void add_path_component(char *path, cons
82                  path[l] = '/';
83                  path[l+1] = 0;
84          }
85 <        strncat(path, s, max_len-1);
85 >        strncat(path, component, max_len-1);
86   }
87  
88  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines