1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Implementation of source locator.

This commit is contained in:
Mikhail Khodjaiants 2002-09-24 20:33:06 +00:00
parent 192446dcfa
commit 0753ee06e3

View file

@ -128,7 +128,7 @@ public class CProjectSourceLocation implements ICSourceLocation
private Object findFileByRelativePath( String fileName )
{
IPath path = getProject().getLocation().append( fileName );
return getProject().findMember( path );
return findFileByAbsolutePath( path.toOSString() );
}
/**