We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f464c commit fb3cc27Copy full SHA for fb3cc27
tools/gen_str_catalog.py
@@ -93,7 +93,7 @@ def stable_module_key(module: str):
93
94
95
def read_input(filenames: list[str], stable_ids):
96
- line_re = re.compile(r"^.+?(unsigned int (catalog|module)<(.+?)>\(\))$")
+ line_re = re.compile(r"^.*(unsigned int (catalog|module)<(.+?)>\(\))$")
97
98
def read_file(filename):
99
with open(filename, "r") as f:
0 commit comments