wok-6.x view gpxe/stuff/gcc.u @ rev 6327

emacs-pkg-po-mode can't be made with gettext 0.18 and up. po-mode is not with gettext source anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 17:45:33 2010 +0000 (2010-09-17)
parents
children
line source
1 --- gpxe-0.9.3/src/net/ipv4.c
2 +++ gpxe-0.9.3/src/net/ipv4.c
3 @@ -227,7 +227,7 @@
4 free_iob ( iobuf );
6 /** Check if the fragment series is over */
7 - if ( !iphdr->frags & IP_MASK_MOREFRAGS ) {
8 + if ( !(iphdr->frags & IP_MASK_MOREFRAGS) ) {
9 iobuf = fragbuf->frag_iob;
10 free_fragbuf ( fragbuf );
11 return iobuf;