[Olsr-cvs] olsrd-current/src/cfgparser oscan.lex,1.19,1.20
Andreas T�nnesen
(spam-protected)
Sat Nov 19 09:49:46 CET 2005
Update of /cvsroot/olsrd/olsrd-current/src/cfgparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5715/cfgparser
Modified Files:
oscan.lex
Log Message:
x86_64 patch from Bernd
Index: oscan.lex
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/src/cfgparser/oscan.lex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** oscan.lex 17 Nov 2005 04:25:44 -0000 1.19
--- oscan.lex 19 Nov 2005 08:49:44 -0000 1.20
***************
*** 82,86 ****
{
fprintf(stderr, "Cannot allocate %d bytes for an configuration token.\n",
! sizeof (struct conf_token));
exit(EXIT_FAILURE);
}
--- 82,86 ----
{
fprintf(stderr, "Cannot allocate %d bytes for an configuration token.\n",
! (int) sizeof (struct conf_token));
exit(EXIT_FAILURE);
}
More information about the Olsr-cvs
mailing list