Ticket #1087 (closed defect: fixed)
[PATCH] (snd_mgr) Incorrect format on the fourth actual argument of the 'swprintf_s' function. The SIGNED integer type argument is expected.
| Reported by: | Echelon9 | Owned by: | |
|---|---|---|---|
| Priority: | Should Have | Milestone: | Alpha 9 |
| Component: | Core engine | Keywords: | printf |
| Cc: |
Description
Within the snd_mgr.cpp file, two occurrences of a format string expecting signed int when the data itself is an unsigned int, ALuint.
Proposed patch attached.
Attachments
Change History
Changed 17 months ago by Echelon9
- Attachment t1087-snd_mgr-swprintf_s-signedness-fix.patch added
Note: See
TracTickets for help on using
tickets.

Proposed fix for snd_mgr swprintf_s signedness