ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uunconc.c
(Generate patch)

Comparing Convert-UUlib/uulib/uunconc.c (file contents):
Revision 1.15 by root, Mon May 2 19:58:40 2005 UTC vs.
Revision 1.16 by root, Fri Oct 10 16:54:45 2008 UTC

53#include <uudeview.h> 53#include <uudeview.h>
54#include <uuint.h> 54#include <uuint.h>
55#include <fptools.h> 55#include <fptools.h>
56#include <uustring.h> 56#include <uustring.h>
57 57
58char * uunconc_id = "$Id: uunconc.c,v 1.15 2005/05/02 19:58:40 root Exp $"; 58char * uunconc_id = "$Id: uunconc.c,v 1.16 2008/10/10 16:54:45 root Exp $";
59 59
60/* for braindead systems */ 60/* for braindead systems */
61#ifndef SEEK_SET 61#ifndef SEEK_SET
62#ifdef L_BEGIN 62#ifdef L_BEGIN
63#define SEEK_SET L_BEGIN 63#define SEEK_SET L_BEGIN
1628 } 1628 }
1629 1629
1630 progress.action = 0; 1630 progress.action = 0;
1631 progress.partno = 0; 1631 progress.partno = 0;
1632 progress.numparts = 1; 1632 progress.numparts = 1;
1633 progress.fsize = (numbytes)?numbytes:-1; 1633 progress.fsize = numbytes ? numbytes : -1;
1634 progress.foffset = hb; 1634 progress.foffset = hb;
1635 progress.percent = 0; 1635 progress.percent = 0;
1636 progress.action = UUACT_COPYING; 1636 progress.action = UUACT_COPYING;
1637 1637
1638 /* 1638 /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines