Kaynağa Gözat

Fix build break

master
Arun Prakash Jana 5 yıl önce
ebeveyn
işleme
124d66dcbd
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: A75979F35C080412
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c Dosyayı Görüntüle

@@ -930,9 +930,9 @@ static size_t xstrsncpy(char *restrict dst, const char *restrict src, size_t n)
static inline size_t xstrlen(const char *s) static inline size_t xstrlen(const char *s)
{ {
#if !defined(__GLIBC__) #if !defined(__GLIBC__)
return strlen(s); return strlen(s); // NOLINT
#else #else
return (char *)rawmemchr(s, '\0') - s; return (char *)rawmemchr(s, '\0') - s; // NOLINT
#endif #endif
} }




||||||
x
 
000:0
Yükleniyor…
İptal
Kaydet