Skip to content
Snippets Groups Projects
Commit 04b0fdd6 authored by Petr Baudis's avatar Petr Baudis
Browse files

compctld: Fix the begins_with() macro

parent 743d5655
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "common.h" #include "common.h"
#define begins_with(s_, a_) (!strncmp(s_, a_, sizeof(a_))) #define begins_with(s_, a_) (!strncmp(s_, a_, sizeof(s_) - 1))
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment