summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 21:14:25 -0600
committerJeff Carr <[email protected]>2024-12-17 21:14:25 -0600
commite36aedab0cac221569c59940fa0d6ff3a86c080a (patch)
treefd39ecfcdeccbcf505b196680dd49da62ea3cc58
parent1b58d04c10a1183e1625338d4f5d67df88f1abb4 (diff)
oops. forgot arg8v0.22.22
-rw-r--r--cobol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobol.go b/cobol.go
index bf93c26..793075e 100644
--- a/cobol.go
+++ b/cobol.go
@@ -118,7 +118,7 @@ func standardStart8(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 string) strin
}
s += "%-" + fmt.Sprintf("%d", len8) + "s"
- return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
+ return fmt.Sprintf(s, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
}
func verifyPrint(repo *gitpb.Repo) {