Skip to content

Commit 2296c85

Browse files
committed
fix another error seen only on clean builds
1 parent 7fe886a commit 2296c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/makeqstrdefs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def process_file(f):
146146
)
147147
elif args.mode == _MODE_ROOT_POINTER:
148148
re_match = re.compile(r"MP_REGISTER_ROOT_POINTER\(.*?\);")
149-
re_translate = re.compile(r"MP_ERROR_TEXT\(\"((?:(?=(\\?))\2.)*?)\"\)")
149+
re_translate = re.compile(r"MP_COMPRESSED_ROM_TEXT\(\"((?:(?=(\\?))\2.)*?)\"\)")
150150
output = []
151151
last_fname = None
152152
for line in f:

0 commit comments

Comments
 (0)