This commit is contained in:
2022-02-10 01:37:43 +01:00
parent eef34d8d9d
commit 1698a2ecb8
10 changed files with 422 additions and 77 deletions

View File

@ -50,7 +50,7 @@ namespace kaz {
int imgIdx;
/*! extracted in first pass */
string contentType, name;
string downloadUrl, downloadId;
string downloadUrl;
/*! area of base64 relative in the image section */
string::size_type startData, dataLength;