Skip to content

Commit

Permalink
Fix parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Sep 12, 2019
1 parent fa52e8b commit 1b8744a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/cmd/make.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set version=1.4.0.20
set version=1.4.0.21
rem set net=%windir%\Microsoft.NET\Framework\v3.5
set net=%windir%\Microsoft.NET\Framework\v4.0.30319

Expand Down
4 changes: 2 additions & 2 deletions vs/VerbaTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static int SignSeparate(string file, string fileSig, string sec, string i
return ret;
}
Wbotho.SignDone();
Console.WriteLine("File {0} signed to {1}", fileIn, fileOut);
Console.WriteLine("File {0} signed to {1}", file, fileSig);
return ret;
}

Expand Down Expand Up @@ -310,7 +310,7 @@ public static int VerifySeparate(string file, string fileSig, string pub)
}
}
Wbotho.FreeMemory(list);
Console.WriteLine("File {0} verified", file);
Console.WriteLine("File {0} verified with {1}", file, fileSig);
return ret;
}

Expand Down

0 comments on commit 1b8744a

Please sign in to comment.