Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
small bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Mar 29, 2021
1 parent adc23a3 commit 8679e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jarmscan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func main() {
}

if *workerCount < 1 {
log.Fatalf("invalid worker count: %s", *workerCount)
log.Fatalf("invalid worker count: %d", *workerCount)
}

if *quietMode {
Expand Down
1 change: 1 addition & 0 deletions jarm_fuzz.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// +build gofuzz

package jarm

// Fuzzing code for use with github.com/dvyukov/go-fuzz
Expand Down

0 comments on commit 8679e94

Please sign in to comment.