[PATCH 1 of 3] Add newline add end of file after the text signature
Wald Commits
scm-commit at wald.intevation.org
Tue Aug 5 17:45:07 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1407253440 -7200
# Node ID ecdc279dea15e2a5efe7648f6c89e69a446f2e3b
# Parent 8dc9b2cd20d4274501aad93e33effba0f2823c92
Add newline add end of file after the text signature
diff -r 8dc9b2cd20d4 -r ecdc279dea15 ui/createinstallerdialog.cpp
--- a/ui/createinstallerdialog.cpp Tue Aug 05 15:34:32 2014 +0200
+++ b/ui/createinstallerdialog.cpp Tue Aug 05 17:44:00 2014 +0200
@@ -459,6 +459,7 @@
outFile.write(inputContent);
outFile.write("\r\nS:");
outFile.write(signature.toBase64());
+ outFile.write("\n");
return outFile.commit();
}
More information about the Trustbridge-commits
mailing list