From: Jean-Marc Pigeon (Delson) Date: Mon, 23 Jun 2025 14:28:56 +0000 (-0400) Subject: fix compiler error X-Git-Tag: tag-0.9~15 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=8609abe0064f61716fc735ab49f99168eda93999;p=jmp%2Fmailleur fix compiler error --- diff --git a/lib/subrou.c b/lib/subrou.c index 43bdf39..dd19f28 100644 --- a/lib/subrou.c +++ b/lib/subrou.c @@ -53,7 +53,7 @@ char command[100]; (void) strcat(command,APPNAME); (void) strcat(command,"-crash"); dropzone=rou_apppath(command); -(void) rou_do_mkdir(dropzone); +(void) rou_do_mkpdir(dropzone); return dropzone; } /* diff --git a/lib/uniprc.c b/lib/uniprc.c index 1dbedb1..e23b51a 100644 --- a/lib/uniprc.c +++ b/lib/uniprc.c @@ -221,7 +221,7 @@ while (proceed==true) { fullname=rou_apppath(DIRLOCK); if ((dir=opendir(fullname))==(DIR *)0) { - if (rou_do_mkpdir(fullname)=false) { + if (rou_do_mkpdir(fullname)==false) { (void) rou_alert(9,"Unable to create <%s> directory (system?/bug?)", fullname); phase=999; //big trouble, No need to go further