*: use auto

This commit is contained in:
Max Kellermann
2020-02-01 13:55:08 +01:00
parent 4f22f4d357
commit 72ec641f0d
51 changed files with 87 additions and 87 deletions

View File

@@ -133,7 +133,7 @@ dsdlib_tag_id3(InputStream &is, TagHandler &handler,
const id3_length_t count = count64;
id3_byte_t *const id3_buf = new id3_byte_t[count];
auto *const id3_buf = new id3_byte_t[count];
if (id3_buf == nullptr)
return;