1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge pull request #654 from VILLASframework/fix-villas-graph

fix broken reference to `boolean` in villas-graph
This commit is contained in:
Steffen Vogel 2023-06-14 18:14:58 +02:00 committed by GitHub
commit 4d83b63fa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ struct GVC_s {
GVCOMMON_t common;
char *config_path;
boolean config_found;
bool config_found;
/* gvParseArgs */
char **input_filenames;