Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
Signed-off-by: Lehner Florian <dev@der-flo.net>
  • Loading branch information
florianl committed Feb 26, 2018
1 parent d0d627b commit ee0e68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goNetViz-reconstruct.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func checkVersion(parse *[]svgOptions, version string) (string, error) {
*parse = append(*parse, lGate)
lValue := svgOptions{regex: "\\s+LogicValue=(0x[0-9A-F]{2})", reconstructOption: "LogicValue"}
*parse = append(*parse, lValue)
return "", fmt.Errorf("Can't decode version %s at the moment.")
return "", fmt.Errorf("Can't decode version 0.0.4 at the moment.")
default:
return "", fmt.Errorf("Unrecognized version: %s", version)
}
Expand Down

0 comments on commit ee0e68c

Please sign in to comment.