Not to mention how hard it is to deal with patching a bazillion files and expecting /not/ to make a mistake :-)
No worries... Cheers, -g On Thu, Jan 18, 2001 at 05:31:54PM -0600, William A. Rowe, Jr. wrote: > My bad, thanks. Hard to see around those corners that aren't > compiled on this platform over here. > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 18, 2001 5:15 PM > > To: [EMAIL PROTECTED] > > Subject: cvs commit: apr/include apr_xlate.h > > > > > > gstein 01/01/18 15:15:20 > > > > Modified: include apr_xlate.h > > Log: > > fix typo in recent APR_DECLARE work > > > > Revision Changes Path > > 1.12 +1 -2 apr/include/apr_xlate.h > > > > Index: apr_xlate.h > > =================================================================== > > RCS file: /home/cvs/apr/include/apr_xlate.h,v > > retrieving revision 1.11 > > retrieving revision 1.12 > > diff -u -u -r1.11 -r1.12 > > --- apr_xlate.h 2001/01/18 20:07:22 1.11 > > +++ apr_xlate.h 2001/01/18 23:15:20 1.12 > > @@ -114,8 +114,7 @@ > > * @param onoff Output: whether or not the conversion is > > single-byte-only > > * @deffunc apr_status_t apr_xlate_get_sb(apr_xlate_t > > *convset, int *onoff) > > */ > > - > > -APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t > > *convset, int *onoff) > > +APR_DECLARE(apr_status_t) apr_xlate_get_sb(apr_xlate_t > > *convset, int *onoff); > > > > /** > > * Convert a buffer of text from one codepage to another. > > > > > > > > -- Greg Stein, http://www.lyra.org/