hal/libhal-storage libhal-storage.c,1.14,1.15
David Zeuthen
david at freedesktop.org
Mon Apr 4 11:00:24 PDT 2005
Update of /cvs/hal/hal/libhal-storage
In directory gabe:/tmp/cvs-serv30460/libhal-storage
Modified Files:
libhal-storage.c
Log Message:
2005-04-04 David Zeuthen <davidz at redhat.com>
* libhal-storage/libhal-storage.c: Fix for when gettext is
not available. From Steve Grubb <sgrubb at redhat.com>.
Index: libhal-storage.c
===================================================================
RCS file: /cvs/hal/hal/libhal-storage/libhal-storage.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- libhal-storage.c 26 Feb 2005 22:31:42 -0000 1.14
+++ libhal-storage.c 4 Apr 2005 18:00:21 -0000 1.15
@@ -53,7 +53,7 @@
# define dgettext(Domain,Message) (Message)
# define dcgettext(Domain,Message,Type) (Message)
# define bindtextdomain(Domain,Directory) (Domain)
-# define _(String)
+# define _(String) (String)
# define N_(String) (String)
#endif
More information about the hal-commit
mailing list