[PATCH libSM 1/2] Fix uuid_to_string(3) type.

Matthieu Herrb matthieu at herrb.eu
Sun Aug 31 11:11:21 PDT 2014


It should be char *.
---
 src/sm_genid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/sm_genid.c src/sm_genid.c
index bcd10a6..ec2e668 100644
--- src/sm_genid.c
+++ src/sm_genid.c
@@ -107,7 +107,7 @@ SmsGenerateClientID(SmsConn smsConn)
 {
 #if defined(HAVE_UUID_CREATE)
     char *id;
-    char **temp;
+    char *temp;
     uuid_t uuid;
     uint32_t status;
 
-- 
1.9.3



More information about the xorg-devel mailing list