View | Details | Raw Unified | Return to bug 114344
Collapse All | Expand All

(-)w_color.c (-4 / +1 lines)
Lines 1057-1063 Link Here
1057
{
1057
{
1058
    F_compound  *c;
1058
    F_compound  *c;
1059
    int		 i, count;
1059
    int		 i, count;
1060
    char	 buf[10];
1060
    char	 buf[11];
1061
1061
1062
    /* keep array of counts of each color */
1062
    /* keep array of counts of each color */
1063
    for (i=0; i<num_usr_cols; i++)
1063
    for (i=0; i<num_usr_cols; i++)
Lines 2285-2293 Link Here
2285
2285
2286
/*
2286
/*
2287
 * $Log: w_color.c,v $
2287
 * $Log: w_color.c,v $
2288
 * Revision 1.19  2005/08/31 09:54:18  meissner
2289
 * xfig.3.2.4-gcc4.dif
2290
 *
2291
 * Revision 1.1  1995/02/28  15:40:16  feuille
2288
 * Revision 1.1  1995/02/28  15:40:16  feuille
2292
 * Initial revision
2289
 * Initial revision
2293
 *
2290
 *

Return to bug 114344