Przeglądaj źródła

* 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 lat temu
rodzic
commit
9b2bf908bb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/vbulletin.c

+ 2
- 2
src/vbulletin.c Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz