зеркало из https://github.com/mozilla/pjs.git
IRIX bustage - this is a C file
This commit is contained in:
Родитель
d8e7ed486e
Коммит
22bce34b2f
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче