mirror of https://github.com/dsoprea/go-exif.git
type: Fixed string format.
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
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue