mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
parent
ff94f04eca
commit
051cb009df
4 changed files with 20 additions and 18 deletions
|
|
@ -561,7 +561,7 @@ class Struct:
|
|||
if field.name not in path_conv_fields:
|
||||
out(f' ret.{field.name} = this->{field.name};\n')
|
||||
else:
|
||||
out(f' steamclient_unix_path_to_dos_path(1, this->{field.name}, g_tmppath, sizeof(g_tmppath), 1);\n')
|
||||
out(f' steamclient_unix_path_to_dos_path(1, this->{field.name}, g_tmppath, TEMP_PATH_BUFFER_LENGTH, 1);\n')
|
||||
out(f' ret.{field.name} = g_tmppath;\n')
|
||||
out(u' return ret;\n')
|
||||
out(u'}\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue