Fluorohydride / ygopro-core

ygopro script engine.
MIT License
321 stars 135 forks source link

ocgapi: update get_log_message() #592

Closed salix5 closed 3 months ago

salix5 commented 3 months ago

pduel->strbuffer is a C-string, so the parameter should be char*.

Related: https://github.com/Fluorohydride/ygopro/pull/2550

@mercury233 @purerosefallen

mercury233 commented 3 months ago

I think this is not necessary

salix5 commented 3 months ago

pduel->strbuffer is a C-string, not an ordinary byte buffer. Changing the signature can:

purerosefallen commented 3 months ago

are changes necessary on gframe?

salix5 commented 3 months ago

are changes necessary on gframe?

https://github.com/Fluorohydride/ygopro/pull/2550