Skip to content

Commit 3ad846b

Browse files
add warning message for INI
1 parent f6ce2b9 commit 3ad846b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ fossil_pizza_pallet_t fossil_pizza_pallet_create(int argc, char** argv) {
397397
// *****************************************************************************
398398

399399
int fossil_pizza_ini_parse(const char *filename, fossil_pizza_pallet_t *pallet) {
400+
pizza_io_printf("{yellow}Warning: INI parser is experimental and in development.{reset}\n");
400401
const char *basename = strrchr(filename, '/');
401402
if (!basename) {
402403
basename = filename; // No '/' found, use the entire filename

0 commit comments

Comments
 (0)