[Olsr-cvs] olsrd-current/src/cfgparser olsrd_conf.c,1.50,1.51

Bernd Petrovitsch (spam-protected)
Wed Mar 14 14:59:32 CET 2007


Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8824/src/cfgparser

Modified Files:
	olsrd_conf.c 
Log Message:
* killed a compiler warning

Index: olsrd_conf.c
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/olsrd_conf.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** olsrd_conf.c	14 Sep 2006 08:03:29 -0000	1.50
--- olsrd_conf.c	14 Mar 2007 13:59:30 -0000	1.51
***************
*** 104,108 ****
  
    /* Stop the compiler from complaining */
!   strlen(copyright_string);
  
    cnf = malloc(sizeof(struct olsrd_config));
--- 104,108 ----
  
    /* Stop the compiler from complaining */
!   (void)strlen(copyright_string);
  
    cnf = malloc(sizeof(struct olsrd_config));





More information about the Olsr-cvs mailing list