aboutsummaryrefslogtreecommitdiffstats
path: root/libconfig
diff options
context:
space:
mode:
Diffstat (limited to 'libconfig')
-rw-r--r--libconfig/example1.c2
-rw-r--r--libconfig/jmccrohan-example.c2
-rwxr-xr-xlibconfig/myprogrambin9968 -> 0 bytes
3 files changed, 4 insertions, 0 deletions
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"))
{
diff --git a/libconfig/jmccrohan-example.c b/libconfig/jmccrohan-example.c
index 1dbb6da..73fd3e8 100644
--- a/libconfig/jmccrohan-example.c
+++ b/libconfig/jmccrohan-example.c
@@ -14,6 +14,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, "CONFIG_FILE"))
{
diff --git a/libconfig/myprogram b/libconfig/myprogram
deleted file mode 100755
index 8e28bdd..0000000
--- a/libconfig/myprogram
+++ /dev/null
Binary files differ
22:22:15 +0100'>2014-05-13New Upstream Snapshot (commit 1246b27)Jonathan McCrohan1-0/+6 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1Jonathan McCrohan1-2/+2 2014-04-05d/control: update Homepage (upstream has moved from Gitweb to cgit)Jonathan McCrohan2-1/+2 2014-04-05New Upstream Snapshot (commit cfc2975)Jonathan McCrohan1-0/+6 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877 2014-01-16Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1Jonathan McCrohan1-2/+2 2014-01-16Update Standards Version to 3.9.5Jonathan McCrohan2-1/+9