Branch: Tag:

2004-11-06

2004-11-06 17:34:02 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Cosmetic fixes.

Rev: src/stralloc.c:1.184

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.183 2004/11/06 17:28:22 grubba Exp $ + || $Id: stralloc.c,v 1.184 2004/11/06 17:34:02 grubba Exp $   */      #include "global.h"
2407:       case 'O':    { -  /* FIXME: Doesn't care about field widths yet. */ +  /* FIXME: Doesn't care about field or integer widths yet. */    dynamic_buffer old_buf;    init_buf(&old_buf);    describe_svalue(va_arg(args, struct svalue *), 0, NULL);
2458:    }    break;    case 'c': -  /* FIXME: Doesn't case about field widths yet. */ +  /* FIXME: Doesn't care about field or integer widths yet. */    string_builder_putchar(s, va_arg(args, int));    break;    case 'b':