[C][Client] Remove broken intToStr() macro, update samples#20383
[C][Client] Remove broken intToStr() macro, update samples#20383wing328 merged 1 commit intoOpenAPITools:masterfrom
Conversation
efd2ba6 to
6608bcd
Compare
|
Rebased onto current master, made sure to also update the samples just in case something changed. |
|
Hey @imaami , I sent you a review comment around a week ago. I think you can't see it for some reason? I'm always confused with github. Anyway, this was the comment:
|
Oh damn! I somehow missed it. Let me look at that now... |
|
@eafer I still don't know where that comment might be, but good catch! Completely a screw-up on my part, the |
Note: this does not fix anything else; for example all numerical types, including float and double, are still incorrectly cast to to long int before string conversion.
6608bcd to
044141e
Compare
|
@eafer OK, fixed, rebased onto current master, and regenerated the samples (with no change in the result). |
modules/openapi-generator/src/main/resources/C-libcurl/api-body.mustache
Show resolved
Hide resolved
…ols#20383) Note: this does not fix anything else; for example all numerical types, including float and double, are still incorrectly cast to to long int before string conversion.
Note: this does not fix anything else; for example all numerical types, including float and double, are still incorrectly cast to to long int before string conversion.