diff libfdproto/dictionary_functions.c @ 1405:3cbe458fbfa9

Fix compiler warnings
author Luke Mewburn <luke@mewburn.net>
date Tue, 18 Feb 2020 16:23:53 +1100
parents 3f1e79e1273e
children 566bb46cc73f
line wrap: on
line diff
--- a/libfdproto/dictionary_functions.c	Tue Feb 11 20:01:06 2020 +1100
+++ b/libfdproto/dictionary_functions.c	Tue Feb 18 16:23:53 2020 +1100
@@ -287,7 +287,7 @@
 
 int fd_dictfct_Time_encode(void * data, union avp_value * avp_value)
 {
-	char * buf;
+	char * buf = NULL;
 	size_t len;
 	
 	TRACE_ENTRY("%p %p", data, avp_value);
"Welcome to our mercurial repository"