shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Mon, 27 Mar 2006 17:42:08 +0200

Update of /home/jas/self/public-cvs/shishi/lib
In directory latte:/home/jas/self/src/shishi/lib

Modified Files:
        diskio.c 
Log Message:
Remove unused variable.


--- /home/jas/self/public-cvs/shishi/lib/diskio.c       2005/05/26 15:12:34     
1.46
+++ /home/jas/self/public-cvs/shishi/lib/diskio.c       2006/03/27 15:42:00     
1.47
@@ -1,5 +1,5 @@
 /* diskio.c --- Read and write data structures from disk.
- * Copyright (C) 2002, 2003, 2004  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2006  Simon Josefsson
  *
  * This file is part of Shishi.
  *
@@ -819,7 +819,7 @@
   char armorend[BUFSIZ];
   int in_key = 0, in_body = 0;
   int res;
-  size_t len, buflen;
+  size_t len;
   Shishi_key *lkey = NULL;
 
   sprintf (armorbegin, HEADERBEG, "KEY");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]