diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 22:00:14 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 22:00:14 +0200 |
| commit | 13d9e4df0f4555079d16313a54c6035e22d575a6 (patch) | |
| tree | a0a80aedf61a892bf90daf02690de9335e6fc7a8 /source/base/base_arena.c | |
| parent | 8ea6a3c8621287d11296b8300029f32a27743d9a (diff) | |
feature(base): attempt at generating a random number
Diffstat (limited to 'source/base/base_arena.c')
| -rwxr-xr-x | source/base/base_arena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/base/base_arena.c b/source/base/base_arena.c index 60133e0..8fc8c13 100755 --- a/source/base/base_arena.c +++ b/source/base/base_arena.c | |||
| @@ -110,7 +110,7 @@ arena_resize_align(mem_arena *arena, void *old_memory, u64 new_size, u64 old_siz | |||
| 110 | } | 110 | } |
| 111 | else | 111 | else |
| 112 | { | 112 | { |
| 113 | warn(0); | 113 | // warn(0); |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | return NULL; | 116 | return NULL; |
