Ignore:
Timestamp:
Jun 15, 2008, 2:28:08 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix a buffer initialisation issue in the sortchars utility.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/tools/sortchars.c

    r2299 r2397  
    9090        for(y = 0; y < DY; y++)
    9191            for(x = 0; x < DX; x++)
    92                 total[GLYPHS][x][y] = 0;
     92                total[i][x][y] = 0;
    9393
    9494    /* Draw all glyphs and count their pixels */
Note: See TracChangeset for help on using the changeset viewer.