Kaynağa Gözat

Merge 7ff3e46819 into 69a4213235

pull/87/merge
rhythmcache GitHub 1 gün önce
ebeveyn
işleme
4f71619fa5
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/common-image.c

+ 1
- 1
src/common-image.c Dosyayı Görüntüle

@@ -30,7 +30,7 @@ static unsigned int u32fread(caca_file_t *);
static unsigned int u16fread(caca_file_t *);
static unsigned int u8fread(caca_file_t *);

static void *_caca_alloc2d(size_t width, size_t height, size_t elem_size)
void *_caca_alloc2d(size_t width, size_t height, size_t elem_size)
{
if (width == 0 || height == 0 || elem_size == 0 || SIZE_MAX / width / height < elem_size)
return NULL;


Yükleniyor…
İptal
Kaydet