gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2543 - GNUnet/src/util/win


From: durner
Subject: [GNUnet-SVN] r2543 - GNUnet/src/util/win
Date: Fri, 17 Mar 2006 11:29:37 -0800 (PST)

Author: durner
Date: 2006-03-17 11:29:35 -0800 (Fri, 17 Mar 2006)
New Revision: 2543

Modified:
   GNUnet/src/util/win/winproc.c
Log:
print initialization errors

Modified: GNUnet/src/util/win/winproc.c
===================================================================
--- GNUnet/src/util/win/winproc.c       2006-03-17 19:28:55 UTC (rev 2542)
+++ GNUnet/src/util/win/winproc.c       2006-03-17 19:29:35 UTC (rev 2543)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003, 2004, 2005 Christian Grothoff (and other 
contributing authors)
+     (C) 2001, 2002, 2003, 2004, 2005, 2006 Christian Grothoff (and other 
contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -80,8 +80,8 @@
 {
        int ret;
        
+  plibc_set_panic_proc(plibc_panic);
        ret = plibc_init("GNU", PACKAGE);
-       plibc_set_panic_proc(plibc_panic);
 
   hNTDLL = LoadLibrary("ntdll.dll");
 





reply via email to

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