bmsd/rdconfig.c

changeset 747
b6fbe6821468
parent 696
f4de55f587c1
child 748
1ecacd35c2a6
--- a/bmsd/rdconfig.c	Fri May 07 13:20:53 2021 +0200
+++ b/bmsd/rdconfig.c	Fri May 07 13:29:07 2021 +0200
@@ -113,7 +113,7 @@
 	free(mypath);
     mypath = xstrcpy(Private_Path);
     mypath = xstrcat(mypath, (char *)"/bms.config");
-    if (mkdirs(mypath, 0755) == FALSE)
+    if (mkdirs(mypath, 0755) == false)
 	return 1;
 
     if ((fp = fopen(mypath, "w")) == NULL) {

mercurial