gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/gl


From: gsasl-commit
Subject: CVS gsasl/gl
Date: Tue, 08 Feb 2005 12:35:19 +0100

Update of /home/cvs/gsasl/gl
In directory dopio:/tmp/cvs-serv30386/gl

Modified Files:
        progname.c 
Log Message:
Fix.

--- /home/cvs/gsasl/gl/progname.c       2004/11/19 02:21:33     1.3
+++ /home/cvs/gsasl/gl/progname.c       2005/02/08 11:35:19     1.4
@@ -1,5 +1,5 @@
 /* Program name management.
-   Copyright (C) 2001-2003 Free Software Foundation, Inc.
+   Copyright (C) 2001-2003, 2005 Free Software Foundation, Inc.
    Written by Bruno Haible <address@hidden>, 2001.
 
    This program is free software; you can redistribute it and/or modify
@@ -31,7 +31,7 @@
 
 /* String containing name the program is called with.
    To be initialized by main().  */
-const char *program_name;
+const char *program_name = NULL;
 
 /* Set program_name, based on argv[0].  */
 void





reply via email to

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