From cf7b4bca3811d402cc01978658485297451a9784 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:54:44 +0100 Subject: Merging upstream version 1.4. Signed-off-by: Daniel Baumann --- file_index.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_index.cc') diff --git a/file_index.cc b/file_index.cc index 0e3eed9..7e265a1 100644 --- a/file_index.cc +++ b/file_index.cc @@ -40,7 +40,7 @@ int seek_read( const int fd, uint8_t * const buf, const int size, void File_index::set_errno_error( const char * const msg ) { - error_ = msg; error_ += std::strerror( errno ); error_ += '.'; + error_ = msg; error_ += std::strerror( errno ); retval_ = 1; } -- cgit v1.2.3