Changeset: b07d4b4093d5 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b07d4b4093d5
Modified Files:
monetdb5/modules/atoms/uuid.c
Branch: embedded
Log Message:
initialize values
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/uuid.c b/monetdb5/modules/atoms/uuid.c
--- a/monetdb5/modules/atoms/uuid.c
+++ b/monetdb5/modules/atoms/uuid.c
@@ -164,7 +164,7 @@ str
UUIDgenerateUuid(uuid **retval)
{
uuid *u;
- int i, r;
+ int i = 0, r = 0;
if (*retval == NULL)
*retval = GDKmalloc(UUID_SIZE);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list