diff options
author | ivanmorozov <[email protected]> | 2022-02-10 16:47:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:33 +0300 |
commit | cba5d9a444e2cfe105f55ccda66cd21d50440017 (patch) | |
tree | 79983e83d1a91aebeb1999338090eec69e24cc33 /build/plugins | |
parent | eb540cc7a103419462d0cc870ca403966e2194c6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'build/plugins')
-rw-r--r-- | build/plugins/res.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/plugins/res.py b/build/plugins/res.py index a937caba816..30dbd157a55 100644 --- a/build/plugins/res.py +++ b/build/plugins/res.py @@ -37,10 +37,10 @@ def remove_prefix(text, prefix): def onfat_resource(unit, *args): unit.onpeerdir(['library/cpp/resource']) - # Since the maximum length of lpCommandLine string for CreateProcess is 8kb (windows) characters, + # Since the maximum length of lpCommandLine string for CreateProcess is 8kb (windows) characters, # we make several calls of rescompiler # https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms682425.aspx - for part_args in split(args, 8000): + for part_args in split(args, 8000): output = listid(part_args) + '.cpp' inputs = [x for x, y in iterpair(part_args) if x != '-'] if inputs: |