diff options
Diffstat (limited to 'src/index.rs')
| -rw-r--r-- | src/index.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.rs b/src/index.rs index 7ca31f1..4fabe32 100644 --- a/src/index.rs +++ b/src/index.rs @@ -53,7 +53,7 @@ impl Index { .to_str() .unwrap() .replace(",", "\0"), - fv.to_hex() + fv.to_string() ).ok(); filecache.push(FileCache { |