aboutsummaryrefslogtreecommitdiffstats
path: root/src/mot-encoder.cpp
diff options
context:
space:
mode:
authorLuigi Yucheng LIU <luigi.liu@laposte.net>2014-08-26 21:28:09 +0800
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-27 18:37:47 +0200
commita6f698accd68e93f2dbaa845dc290edb4268a5a9 (patch)
treef5037c9d7c9519cc877e3f1b71be67dd251cc614 /src/mot-encoder.cpp
parent7a994999c94801f64bb9dc3c954cb9bf5f2fa398 (diff)
downloadODR-PadEnc-a6f698accd68e93f2dbaa845dc290edb4268a5a9.tar.gz
ODR-PadEnc-a6f698accd68e93f2dbaa845dc290edb4268a5a9.tar.bz2
ODR-PadEnc-a6f698accd68e93f2dbaa845dc290edb4268a5a9.zip
Add certain comments
Diffstat (limited to 'src/mot-encoder.cpp')
-rw-r--r--src/mot-encoder.cpp6
1 files changed, 3 insertions, 3 deletions
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<std::string> 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--) {