GNUPG-1-9-BRANCH gnupg/g10 (g10.c)

cvs user wk cvs at cvs.gnupg.org
Wed Dec 22 19:17:44 CET 2004


    Date: Wednesday, December 22, 2004 @ 19:22:49
  Author: wk
    Path: /cvs/gnupg/gnupg/g10
     Tag: GNUPG-1-9-BRANCH

Modified: g10.c

Minor tweaks


-------+
 g10.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


Index: gnupg/g10/g10.c
diff -u gnupg/g10/g10.c:1.202.2.19 gnupg/g10/g10.c:1.202.2.20
--- gnupg/g10/g10.c:1.202.2.19	Tue Dec 21 11:03:00 2004
+++ gnupg/g10/g10.c	Wed Dec 22 19:22:49 2004
@@ -812,12 +812,12 @@
 static char *
 make_username( const char *string )
 {
-    char *p;
-    if( utf8_strings )
-	p = xstrdup (string);
-    else
-	p = native_to_utf8( string );
-    return p;
+  char *p;
+  if( utf8_strings )
+    p = xstrdup (string);
+  else
+    p = native_to_utf8( string );
+  return p;
 }
 
 
@@ -884,7 +884,7 @@
 /* We need the home directory also in some other directories, so make
    sure that both variables are always in sync. */
 static void
-set_homedir (char *dir)
+set_homedir (const char *dir)
 {
   if (!dir)
     dir = "";




More information about the Gnupg-commits mailing list