diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-11-18 11:14:07 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-11-18 11:14:07 +0100 |
| commit | 4ac43047d0caf9e3765e8de1f57c534e5fec57f6 (patch) | |
| tree | 9a3ce06c2e9da4b91a548a3a7401ed3771dc86bb /src | |
| parent | 4257fdded3b89b739fe4ee8a56593494c5a69720 (diff) | |
| download | box64-4ac43047d0caf9e3765e8de1f57c534e5fec57f6.tar.gz box64-4ac43047d0caf9e3765e8de1f57c534e5fec57f6.zip | |
[BOX32] Fixed previous commit
Diffstat (limited to 'src')
| -rwxr-xr-x | src/libtools/myalign32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtools/myalign32.c b/src/libtools/myalign32.c index 8776731f..6f94ce99 100755 --- a/src/libtools/myalign32.c +++ b/src/libtools/myalign32.c @@ -843,6 +843,7 @@ void myStackAlignW32(const char* fmt, uint32_t* st, uint64_t* mystack) const wchar_t* p = (const wchar_t*)fmt; int state = 0; double d; + long double ld; while(*p) { switch(state) { |