summaryrefslogtreecommitdiffstats
path: root/file_index.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:32 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 11:52:32 +0000
commitde06b1d957bdad592fff87e845d27d40cfcbd694 (patch)
tree38d1a64462988c92f82b12d2ea3dca6864006003 /file_index.cc
parentAdding upstream version 1.17. (diff)
downloadlziprecover-de06b1d957bdad592fff87e845d27d40cfcbd694.tar.xz
lziprecover-de06b1d957bdad592fff87e845d27d40cfcbd694.zip
Adding upstream version 1.18~pre1.upstream/1.18_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'file_index.cc')
-rw-r--r--file_index.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_index.cc b/file_index.cc
index 49511bf..a1a0f30 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;
}