[WIN32] Fix problem of missing asprintf()
commit6f99b5a477577eacc369e2df7be7ec6e1df72528
authorCarlo Bramini <30959007+carlo-bramini@users.noreply.github.com>
Fri, 17 Jul 2020 07:49:56 +0000 (17 09:49 +0200)
committerHans Petter Selasky <hps@selasky.org>
Sat, 1 Aug 2020 07:59:59 +0000 (1 09:59 +0200)
tree28cb6983ec695d1dda6d59be88039dd937f5ada7
parent06ce6e64b2feb189096a81f1c81162dee79f47d5
[WIN32] Fix problem of missing asprintf()

Since existing implementation does not check if asprintf() is executed successfully, I left modified code also in the same manner, to be sure that new code works exactly like the old one. Probably, it should just return an error, but the value is unknown to me.
src/UI/NSM.C