Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
offsets emitted by both srclib-bash and srclib-man are in bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkovaxx committed Jun 14, 2016
1 parent 9b7c82a commit c3d85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grapher/grapher.go
Expand Up @@ -100,7 +100,7 @@ func NormalizeData(unitType, dir string, o *graph.Output) error {
}
}

if unitType != "GoPackage" && unitType != "Dockerfile" {
if unitType != "GoPackage" && unitType != "Dockerfile" && unitType != "BashDirectory" && unitType != "ManPages" {
ensureOffsetsAreByteOffsets(dir, o)
}

Expand Down

0 comments on commit c3d85a8

Please sign in to comment.