Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
away
  • Loading branch information
rofl0r committed Aug 29, 2010
1 parent b195b79 commit 8764e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rock/frontend/PathList.ooc
Expand Up @@ -119,7 +119,7 @@ PathList: class {
// FIXME that stuff breaks when a full pathname is passed. i.e. /devel/myfile.ooc
getElement: func(path: String) -> File {
for (element: File in paths) {
printf("PathList getElement:%s,%c,%s\n", element getPath() toCString(), File separator, path toCString())
//printf("PathList getElement:%s,%c,%s\n", element getPath() toCString(), File separator, path toCString())
candidate := File new(element getPath() + File separator + path)
if (candidate exists?()) {
return element
Expand Down

0 comments on commit 8764e4b

Please sign in to comment.