Branch: Tag:

2004-11-06

2004-11-06 18:04:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cosmetic fix.

Rev: src/stralloc.c:1.186

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: stralloc.c,v 1.185 2004/11/06 17:55:34 grubba Exp $ + || $Id: stralloc.c,v 1.186 2004/11/06 18:04:46 grubba Exp $   */      #include "global.h"
2398:    flags |= APPEND_WIDTH_HALF;    continue;    -  case 'w': /* Same as l, but for %s. */ +  case 'w': /* Same as l, but old-style, and only for %s. */    case 'l':    if (flags & APPEND_WIDTH_LONG) {    flags |= APPEND_WIDTH_LONG_LONG;