Changeset 2397


Ignore:
Timestamp:
06/15/08 14:28:08 (5 years ago)
Author:
sam
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.