Branch: Tag:

2004-01-27

2004-01-27 15:01:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed yet another typo.

Rev: src/modules/_Roxen/roxen.c:1.40

2:   || This file is part of Pike. For copyright information see COPYRIGHT.   || Pike is distributed under GPL, LGPL and MPL. See the file COPYING   || for more information. - || $Id: roxen.c,v 1.39 2004/01/27 12:12:50 grubba Exp $ + || $Id: roxen.c,v 1.40 2004/01/27 15:01:05 grubba Exp $   */      #define NO_PIKE_SHORTHAND
350:    if (foo < end) {    adjust_len += 5;    } else { -  adjust_len = end - (foo - 4); +  adjust_len += end - (foo - 4);    }    } else {    foo += 2;    if (foo < end) {    adjust_len += 2;    } else { -  adjust_len = end - (foo - 1); +  adjust_len += end - (foo - 1);    }    }    }