[Pkg-privacy-commits] [libotr] 68/225: src/instag.c: Fixed issue with last commit
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 289c582d54bea0d84af54580284aa2f189687ec4
Author: Rob Smits <rdfsmits at cs.uwaterloo.ca>
Date: Tue May 22 15:50:08 2012 -0400
src/instag.c: Fixed issue with last commit
---
src/instag.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/instag.c b/src/instag.c
index f3de8bd..d91f705 100644
--- a/src/instag.c
+++ b/src/instag.c
@@ -252,7 +252,7 @@ gcry_error_t otrl_instag_write_FILEp(OtrlUserState us, FILE *instf)
/* This line should be ignored when read back in, since there are no
tabs. */
fprintf(instf, "%s\n", "WARNING! You shouldn't copy this file to another"
- " computer. It is unnecessary and can cause problems.")
+ " computer. It is unnecessary and can cause problems.");
for(p=us->instag_root; p; p=p->next) {
fprintf(instf, "%s\t%s\t%08x\n", p->accountname, p->protocol,
p->instag);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list