mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-06 07:29:51 +00:00
type: Fixed string format.
This commit is contained in:
parent
8ffa183548
commit
d485d511fb
2
type.go
2
type.go
@ -810,6 +810,6 @@ func (tt TagType) FromString(valueString string) (value interface{}, err error)
|
|||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Panicf("from-string encoding for type not supported; this shouldn't happen: (%d)", tt.Type)
|
log.Panicf("from-string encoding for type not supported; this shouldn't happen: (%d)", tt.Type())
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user