summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mot-encoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp
index eabca9b..1801d78 100644
--- a/src/mot-encoder.cpp
+++ b/src/mot-encoder.cpp
@@ -144,7 +144,7 @@ struct fingerprint_t {
}
void disp(void) {
- printf("%s_%ld_%lu:%d\n", s_name.c_str(), s_size, s_mtime, fidx);
+ printf("%s_%ld_%lu:%d\n", s_name.c_str(), s_size, s_mtime, fidx);
}
void load_from_file(const char* filepath)
@@ -1309,7 +1309,7 @@ void History::disp_database()
}
else {
for (id = 0; id < m_database.size(); id++) {
- printf(" id %4zu: ", id);
+ printf(" id %4zu: ", id);
m_database[id].disp();
}
}