/[inetutils]/inetutils/ftpd/ftpd.c
ViewVC logotype

Diff of /inetutils/ftpd/ftpd.c

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

revision 1.51 by gray, Tue May 14 15:25:29 2002 UTC revision 1.52 by ams, Tue Dec 28 22:50:45 2004 UTC
# Line 192  off_to_str (off_t off) Line 192  off_to_str (off_t off)
192    static char bufs[NUM_SIMUL_OFF_TO_STRS][80];    static char bufs[NUM_SIMUL_OFF_TO_STRS][80];
193    static char (*next_buf)[80] = bufs;    static char (*next_buf)[80] = bufs;
194    
195    if (next_buf > (bufs+NUM_SIMUL_OFF_TO_STRS))    if (next_buf >= (bufs+NUM_SIMUL_OFF_TO_STRS))
196      next_buf = bufs;      next_buf = bufs;
197    
198    if (sizeof (off) > sizeof (long))    if (sizeof (off) > sizeof (long))

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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