C-API: changed formatstr conversion to int to handle -1

Misc formatting
This commit is contained in:
Olof hagsand 2025-02-05 11:30:11 +01:00
parent 63f048115e
commit 74958d9114
11 changed files with 116 additions and 102 deletions

View file

@ -644,7 +644,7 @@ expand_dir(void *h,
cg_var *cv;
char *dir;
char *regexp = NULL;
struct dirent *dp;
struct dirent *dp = NULL;
int ndp;
int i;