Skip to content

Commit 39208c5

Browse files
[cedev-config] no one saw anything
1 parent b03b4de commit 39208c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cedev-config/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static const char *executable_path(void)
5252
return path;
5353
}
5454

55-
static bool is_valid_path(const char *str, size_t max)
55+
static bool is_valid_make_path(const char *str, size_t max)
5656
{
5757
size_t i = 0;
5858

@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
119119

120120
case 'm':
121121
cwk_path_get_absolute(cedev, "./meta/makefile.mk", buffer, sizeof buffer);
122-
if (is_valid_path(buffer, sizeof buffer))
122+
if (!is_valid_make_path(buffer, sizeof buffer))
123123
{
124124
fprintf(stderr, "The CE C Toolchain is installed in a directory containing\n");
125125
fprintf(stderr, "spaces. This does not work properly with the \'make\' command.\n");

0 commit comments

Comments
 (0)