icon-loader: support xpm icons

This commit is contained in:
Johan Malm 2024-09-29 13:33:01 +01:00
parent 3394f191a4
commit e1c85f0ef5
5 changed files with 1986 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
banned="malloc,g_strcmp0,sprintf,vsprintf,strcpy,strncpy,strcat,strncat,atof"
banned="malloc,g_strcmp0,sprintf,vsprintf,strcat,atof"
echo "Searching for banned functions"
find src/ include/ \( -name "*.c" -o -name "*.h" \) -type f \