From 526924fc3c1610a370e74435d3d6d987cec9dfa2 Mon Sep 17 00:00:00 2001 From: Luigi Yucheng LIU Date: Tue, 26 Aug 2014 21:28:09 +0800 Subject: Add certain comments --- src/mot-encoder.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index c864d68..85d1327 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -105,10 +105,10 @@ struct slide_metadata_t { } }; struct history_t { - // footprints to slide + // slide footprints std::vector footprints; - // position to the last added + // position marking the last added footprint unsigned int cursor; }; @@ -1109,7 +1109,7 @@ void make_footprint(const char * filepath, std::string & footprint) { int cursor; int cursor2; - // obtenir le nom du fichier + // get filename for (cursor = len_path - 1; cursor >= 0; cursor--) { -- cgit v1.2.3