exa/src
rhysd 3dbc441c78 Fix integer length error on 32bit environment
this commit fixes below type mismatch error:

```
src/output/details.rs:585:49: 585:60 error: mismatched types:
 expected `i64`,
    found `i32`
(expected i64,
    found i32) [E0308]
src/output/details.rs:585         let date = self.tz.at(LocalDateTime::at(timestamp.0));
                                                                          ^~~~~~~~~~~
src/output/details.rs:585:49: 585:60 help: run `rustc --explain E0308` to see a detailed explanation
error: aborting due to previous error
Could not compile `exa`.
```
2015-09-28 11:42:52 +09:00
..
feature This makes exa work on other platforms than linux and macosx. 2015-09-14 01:37:52 +02:00
output Fix integer length error on 32bit environment 2015-09-28 11:42:52 +09:00
colours.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
column.rs Cache the rendered cells 2015-06-28 19:57:13 +01:00
dir.rs Details view comments and tidy-ups 2015-09-03 18:48:53 +01:00
file.rs Details view comments and tidy-ups 2015-09-03 18:48:53 +01:00
filetype.rs Various unimportant style changes 2015-06-08 21:33:39 +01:00
main.rs Do not attempt to print nothing 2015-09-05 17:40:02 +01:00
options.rs Make sure we check the ioctl term size result 2015-09-04 11:30:46 +01:00
term.rs Make sure we check the ioctl term size result 2015-09-04 11:30:46 +01:00