diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-29 15:31:26 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-29 15:31:26 +0200 |
commit | c883d9cf5673fe0af8d69120b048d642e122bdbb (patch) | |
tree | e657e8375be9e881492bc05b15b036ed633a7765 /showtodo | |
parent | a67d7ca9e69799728801e30eff6af1adc7d2e53b (diff) | |
download | EpisodeBrowser-c883d9cf5673fe0af8d69120b048d642e122bdbb.tar.gz |
Use swprintf_s instead of string streams.
I find it much simpler. It is very safe, as wszf only accepts
fixed-size arrays. There is, of course, the chance that swprintf_s
fails and writes nothing into the array. This can be handled by the
caller, if desired.
Diffstat (limited to 'showtodo')
0 files changed, 0 insertions, 0 deletions