imag/lib/core/libimagerror/src
Matthias Beyer dc162cb167 Fix: Off by one error
When printing the error chain, we print the error and then iterate over
the causes. Hence, we have to increase the printed number by one here,
because 0 (zero) is already printed.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-15 19:56:13 +01:00
..
errors.rs Update copyright years 2019-01-03 18:41:36 +01:00
exit.rs Update copyright years 2019-01-03 18:41:36 +01:00
io.rs Update copyright years 2019-01-03 18:41:36 +01:00
iter.rs Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap calls 2019-02-11 03:52:04 +01:00
lib.rs Update copyright years 2019-01-03 18:41:36 +01:00
str.rs Update copyright years 2019-01-03 18:41:36 +01:00
trace.rs Fix: Off by one error 2019-02-15 19:56:13 +01:00