diff src/post.c @ 64:7250be163ec4 noffle

[svn] Avoid compiler warnings about incomplete initializer blocks
author enz
date Fri, 12 May 2000 18:35:00 +0100
parents 125d79c9e586
children 1fcdced0246e
line wrap: on
line diff
--- a/src/post.c	Fri May 12 18:28:37 2000 +0100
+++ b/src/post.c	Fri May 12 18:35:00 2000 +0100
@@ -1,7 +1,7 @@
 /*
   post.c
 
-  $Id: post.c 60 2000-05-09 22:28:38Z uh1763 $
+  $Id: post.c 70 2000-05-12 17:35:00Z enz $
 */
 
 #if HAVE_CONFIG_H
@@ -39,7 +39,7 @@
     struct OverInfo over;
 };
 
-static struct Article article = { NULL, FALSE };
+static struct Article article = { NULL, FALSE, { "", "", "", "", "", 0, 0 } };
 
 static void
 getOverInfo( struct OverInfo * o )