From 725b3814264f1ccff00360df3fdd9bb2613a7c5b Mon Sep 17 00:00:00 2001 From: MCorange99 Date: Sat, 18 May 2024 15:04:26 +0300 Subject: [PATCH] Fixed random pasted text --- xap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xap.h b/xap.h index f5fdde1..a325145 100644 --- a/xap.h +++ b/xap.h @@ -120,7 +120,7 @@ } while (0) #define XAP_DA_FREE(da) XAP_FREE((da).items) -/proc/sys/kernel/core_pattern + #define XAP_DA_APPEND(da, new_items, new_items_count) \ do { \ if ((da)->count + (new_items_count) > (da)->capacity) { \