diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 21:14:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 21:14:25 -0600 |
| commit | e36aedab0cac221569c59940fa0d6ff3a86c080a (patch) | |
| tree | fd39ecfcdeccbcf505b196680dd49da62ea3cc58 | |
| parent | 1b58d04c10a1183e1625338d4f5d67df88f1abb4 (diff) | |
oops. forgot arg8v0.22.22
| -rw-r--r-- | cobol.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
