comparison 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
comparison
equal deleted inserted replaced
63:b455e14ebc5d 64:7250be163ec4
1 /* 1 /*
2 post.c 2 post.c
3 3
4 $Id: post.c 60 2000-05-09 22:28:38Z uh1763 $ 4 $Id: post.c 70 2000-05-12 17:35:00Z enz $
5 */ 5 */
6 6
7 #if HAVE_CONFIG_H 7 #if HAVE_CONFIG_H
8 #include <config.h> 8 #include <config.h>
9 #endif 9 #endif
37 const char * text; 37 const char * text;
38 Bool posted; 38 Bool posted;
39 struct OverInfo over; 39 struct OverInfo over;
40 }; 40 };
41 41
42 static struct Article article = { NULL, FALSE }; 42 static struct Article article = { NULL, FALSE, { "", "", "", "", "", 0, 0 } };
43 43
44 static void 44 static void
45 getOverInfo( struct OverInfo * o ) 45 getOverInfo( struct OverInfo * o )
46 { 46 {
47 const char *p = article.text; 47 const char *p = article.text;