mirror of
https://github.com/openharmony/third_party_libexif.git
synced 2026-07-21 08:36:06 -04:00
@@ -36,6 +36,9 @@ mnote_huawei_entry_get_value(MnoteHuaweiEntry *e, char *v, unsigned int maxlen)
|
||||
memset(v, 0, maxlen);
|
||||
int write_pos = 0;
|
||||
ExifLong data = 0;
|
||||
if (e->data == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (e->format == EXIF_FORMAT_ASCII) {
|
||||
snprintf(v, maxlen, _("%s"), e->data);
|
||||
|
||||
Reference in New Issue
Block a user