exa/src/output
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
..
details.rs Fix integer length error on 32bit environment 2015-09-28 11:42:52 +09:00
grid_details.rs Restore xattrs to their long view column 2015-08-26 12:00:31 +01:00
grid.rs Updates for term-grid 2015-07-15 21:16:08 +01:00
lines.rs Add --grid --long option 2015-06-28 13:21:21 +01:00
mod.rs Slim down symlink arrow 2015-08-03 10:22:24 +01:00