Changeset: 68e851aac48a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=68e851aac48a
Modified Files:
tools/merovingian/daemon/snapshot.c
Branch: default
Log Message:
Use universal initializer.
diffs (12 lines):
diff --git a/tools/merovingian/daemon/snapshot.c
b/tools/merovingian/daemon/snapshot.c
--- a/tools/merovingian/daemon/snapshot.c
+++ b/tools/merovingian/daemon/snapshot.c
@@ -600,7 +600,7 @@ unpack_tarstream(stream *tarstream, char
char *whole_filename = NULL;
char *destfile = NULL;
FILE *outfile = NULL;
- struct dir_helper dirhelper = {NULL};
+ struct dir_helper dirhelper = {0};
while (read_tar_block(tarstream, block, &e) >= 0) {
if (e != NO_ERR)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list