summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2023-11-05 09:22:59 -0500
committerAndrew Opalach <andrew@akon.city> 2023-11-05 09:22:59 -0500
commit2e2f5dc93d8ce75bc3a9ab0287b4c9af64d7d4f0 (patch)
tree5e5f6439ac8936202d5a0e0905bd36d907d8343f /src
parent6ba81213e39875a6a50890de3b212dae8cff897b (diff)
downloadlibalabaster-2e2f5dc93d8ce75bc3a9ab0287b4c9af64d7d4f0.tar.gz
libalabaster-2e2f5dc93d8ce75bc3a9ab0287b4c9af64d7d4f0.tar.bz2
libalabaster-2e2f5dc93d8ce75bc3a9ab0287b4c9af64d7d4f0.zip
Update
- Add wrapping add functions (u32, u16) - Add al_str_is_empty and al_str_to_lower - Define al_sprintf - Fix some compiler warnings Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 0444ed6..ca9266d 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,6 +1,6 @@
#include "../include/al/log.h"
-#define AL_LOG_SKIP 1
+#define AL_LOG_SKIP 0
#define AL_LOG_MESSAGE_SIZE 511
#define AL_LOG_TEMPLATE "%s:%d %s(): %s -> (%s) "