Sfoglia il codice sorgente

* Oops, fixed typo.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/pwntcha/trunk@449 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam 20 anni fa
parent
commit
9b2bf908bb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      src/vbulletin.c

+ 2
- 2
src/vbulletin.c Vedi File

@@ -111,8 +111,8 @@ char *decode_vbulletin(struct image *img)
for(j = 0; j < font->size; j++)
{
int dist = 0;
for(y = 0; y < 11; y++)
for(x = 0; x < 30; x++)
for(y = 0; y < 30; y++)
for(x = 0; x < 11; x++)
{
int r2, g2, b2;
getpixel(font->img, 12 * j + x, y, &r, &g, &b);


Caricamento…
Annulla
Salva