Skip to content

Commit c91e97f

Browse files
committed
More generic path handling
1 parent db61349 commit c91e97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/terminfo/searcher.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use core::prelude::*;
1515
use core::{os, str};
1616
use core::os::getenv;
1717
use core::io::{file_reader, Reader};
18-
use path = core::path::PosixPath;
18+
use path = core::path::Path;
1919

2020
/// Return path to database entry for `term`
2121
pub fn get_dbpath_for_term(term: &str) -> Option<~path> {

0 commit comments

Comments
 (0)