Re: [PATCH] fixes for apr_vformatter
From: Jim Jagielski <jim_at_jaguNET.com>
 
Date: 2002-07-11 03:58:32 CEST 
I'm guessing that if we *do* need to determine the diff between truncation
     if (sp >= bep) {
 to
     if (sp > bep) {
 since we have a *sp++ to deal with in INS_CHAR (as we want to be defensive
 ---------------------------------------------------------------------
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.