remove usless ../../ with 'Make Paths Absolute' operator

This commit is contained in:
Campbell Barton 2010-05-10 12:58:21 +00:00
parent 6321838cce
commit 3c7ec333ce

@ -132,6 +132,7 @@ void BLI_bpathIterator_getPathExpanded( struct BPathIterator *bpi, char *path_ex
} else { /* local data, use the blend files path */
BLI_path_abs(path_expanded, bpi->base_path);
}
BLI_cleanup_file(NULL, path_expanded);
}
char* BLI_bpathIterator_getLib( struct BPathIterator *bpi) {
return bpi->lib;