summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/glib/libintl.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Sametime/src/glib/libintl.c')
-rw-r--r--protocols/Sametime/src/glib/libintl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Sametime/src/glib/libintl.c b/protocols/Sametime/src/glib/libintl.c
index ae0f9e676e..89b6c92af8 100644
--- a/protocols/Sametime/src/glib/libintl.c
+++ b/protocols/Sametime/src/glib/libintl.c
@@ -145,10 +145,10 @@ DUMMY (dcngettext,
DUMMY (textdomain,
(const char *domainname),
(domainname ?
- (free (current_domain), current_domain = strdup (domainname)) :
+ (free(current_domain), current_domain = _strdup(domainname)) :
(current_domain ?
current_domain :
- (current_domain = strdup ("messages")))))
+ (current_domain = _strdup ("messages")))))
/* bindtextdomain() should return the current dirname for the domain,
* after possibly changing it. I don't think software usually checks