[Nasm-bugs] [Bug 3392732] git nasm: %strcat rejects comma-separated string inputs

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Sun Dec 27 16:50:09 PST 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392732

C. Masloch <pushbx at ulukai.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pushbx at ulukai.org

--- Comment #1 from C. Masloch <pushbx at ulukai.org> ---
There is a relatively simple workaround possible, by separating the strings
with blanks instead of commas. I succeeded in automating that with the
following scriptlet:

ldebug/source$ perl -pe 's/(%strcat)(.*),(.*)/$1$2 $3/g' -i *.mac *.asm

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list