/[pengfork]/pengfork/src/p3/in.c
ViewVC logotype

Diff of /pengfork/src/p3/in.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by chupa, Mon Sep 9 22:59:42 2002 UTC revision 1.2 by nes, Tue Sep 10 11:50:28 2002 UTC
# Line 138  p3_extract_packet (buffer, header, data, Line 138  p3_extract_packet (buffer, header, data,
138            continue;            continue;
139          }          }
140    
141        if (buffer->used < s + 1)        if (buffer->used < P3_SIZE_OFFSET + s + 1)
142          /* We have the header but not all data */          /* We have the header but not all data */
143          return 0;          return 0;
144    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26