summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/filename_format.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/filename_format.cc b/src/filename_format.cc
index d1536c08..e169dbe3 100644
--- a/src/filename_format.cc
+++ b/src/filename_format.cc
@@ -43,4 +43,8 @@ FilenameFormat::FilenameFormat (string specification)
add ('t');
/* unique ID */
add ('i');
+ /* reel index */
+ add ('r');
+ /* reel count */
+ add ('n');
}