summaryrefslogtreecommitdiff
path: root/setgen.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--setgen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setgen.py b/setgen.py
index e627066..07253f9 100644
--- a/setgen.py
+++ b/setgen.py
@@ -15,7 +15,7 @@ for key,path in names.items():
encpath = path.encode('Shift-JIS')
stringtable += encpath
stringtable += b'\0'
- currentoffset += len(encpath) + 0
+ currentoffset += len(encpath) + 1
open('SMGoldwood.fileset', 'wb').write(header + entrydata + stringtable)