IRIX bustage - this is a C file

This commit is contained in:
mkaply%us.ibm.com 2002-06-26 01:20:20 +00:00
Родитель d8e7ed486e
Коммит 22bce34b2f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1014,8 +1014,8 @@ VR_INTERFACE(REGERR) VR_ValidateComponent(char *component_path)
uint32 len;
struct stat statStruct;
// directories are stored with a trailing separator -- if we
// have one of these we have to remove it for stat to work
/* directories are stored with a trailing separator -- if we */
/* have one of these we have to remove it for stat to work */
len = strlen(path);
if ( path[len-1] == VR_FILE_SEP )
path[len-1] = 0;