I apologize for the reversed diff, I just read the patch manual (the
diff manual didn't mention it). Attached is a correct diff. My other
diffs will also be corrected soon.
--
Christopher Nelson -- [EMAIL PROTECTED]
-----------------------------------------------------------------------
Never use "etc." -- it makes people think there is more where there is not
or that there is not space to list it all, etc.
--- bibcursed.c 2006-05-11 14:07:33.000000000 -0700
+++ upper_z.patch 2006-05-11 12:35:38.000000000 -0700
@@ -526,7 +526,7 @@
}
/* Check to see if we have all the info we need */
- if (ch == 'z')
+ if (lch == 'z')
{
not_done =0;
if (use_address==1 && set_address == 0)