mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Update NSS to 3.35-RTM
This commit is contained in:
parent
fe49ad404e
commit
66dd670b60
388 changed files with 39075 additions and 20752 deletions
|
|
@ -1033,9 +1033,7 @@ main(int argc, char *argv[])
|
|||
if (errorCount > 0 || warningCount > 0) {
|
||||
PR_fprintf(outputFD, "%d error%s, %d warning%s.\n",
|
||||
errorCount,
|
||||
errorCount == 1 ? "" : "s", warningCount, warningCount == 1
|
||||
? ""
|
||||
: "s");
|
||||
errorCount == 1 ? "" : "s", warningCount, warningCount == 1 ? "" : "s");
|
||||
} else {
|
||||
PR_fprintf(outputFD, "Directory %s signed successfully.\n",
|
||||
jartree);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue