From e60a7cc135af7ee738d67ecc7bd02ce18963ace6 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 13 Oct 2011 02:00:41 +0100 Subject: Integrate libmodbus and libconfig --- libconfig/example1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libconfig/example1.c') diff --git a/libconfig/example1.c b/libconfig/example1.c index 56661f3..8909884 100644 --- a/libconfig/example1.c +++ b/libconfig/example1.c @@ -38,6 +38,8 @@ int main(int argc, char **argv) config_init(&cfg); +fprintf(stderr, "__FILE__"); + /* Read the file. If there is an error, report it and exit. */ if(! config_read_file(&cfg, "example.cfg")) { -- cgit v1.2.3