about summary refs log tree commit diff
path: root/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'convert.go')
-rw-r--r--convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert.go b/convert.go
index fb41fd9..837e478 100644
--- a/convert.go
+++ b/convert.go
@@ -110,7 +110,7 @@ func NewTLE(RawTLE string) (TLE, error) {
 		LineOne: LineOne{
 			Linenumber:      int8(LineOneLinenumber),
 			SatelliteNumber: SatelliteNumber,
-			Classification:  rune(SplitTLE[1][7]),
+			Classification:  string(SplitTLE[1][7]),
 			InternationalDesignator: InternationalDesignator{
 				Launchyear:   int8(LaunchYear),
 				Launchnumber: LaunchNumber,