[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3665 - GNUnet/src/util/boot
From: |
durner |
Subject: |
[GNUnet-SVN] r3665 - GNUnet/src/util/boot |
Date: |
Tue, 7 Nov 2006 14:12:44 -0800 (PST) |
Author: durner
Date: 2006-11-07 14:12:40 -0800 (Tue, 07 Nov 2006)
New Revision: 3665
Modified:
GNUnet/src/util/boot/startup.c
Log:
fix build
Modified: GNUnet/src/util/boot/startup.c
===================================================================
--- GNUnet/src/util/boot/startup.c 2006-11-07 20:20:40 UTC (rev 3664)
+++ GNUnet/src/util/boot/startup.c 2006-11-07 22:12:40 UTC (rev 3665)
@@ -141,10 +141,13 @@
struct GE_Context ** ectx,
struct GC_Configuration ** cfg) {
int i;
+ char *path;
#if ENABLE_NLS
setlocale (LC_ALL, "");
- BINDTEXTDOMAIN("GNUnet", LOCALEDIR);
+ path = os_get_installation_path(IPK_LOCALEDIR);
+ BINDTEXTDOMAIN("GNUnet", path);
+ FREE(path);
textdomain("GNUnet");
#endif
/* during startup, log all warnings and higher
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3665 - GNUnet/src/util/boot,
durner <=