Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 325294 | Differences between
and this patch

Collapse All | Expand All

(-)library/eclipseMain.c (-1 / +1 lines)
Lines 397-403 Link Here
397
	struct _stat stats;
397
	struct _stat stats;
398
	
398
	
399
	if (library != NULL) {
399
	if (library != NULL) {
400
		path = checkPath(library, programDir, 0);
400
		path = checkPath(library, programDir, 1);
401
		if (_tstat(path, &stats) == 0 && (stats.st_mode & S_IFDIR) != 0) 
401
		if (_tstat(path, &stats) == 0 && (stats.st_mode & S_IFDIR) != 0) 
402
        {
402
        {
403
            /* directory, find the highest version eclipse_* library */
403
            /* directory, find the highest version eclipse_* library */

Return to bug 325294