aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-01-17 14:40:50 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2009-01-17 14:40:50 +0000
commit806fa9b42234f31b1063d47d8318b8d18c6c05e7 (patch)
tree48c2dc8976956d1b5b84610933bb3020c68da764 /src/config.c
parentda19ce6ea7016a6c9cc9a03c6b446fe49d531a01 (diff)
downloadwydawca-806fa9b42234f31b1063d47d8318b8d18c6c05e7.tar.gz
wydawca-806fa9b42234f31b1063d47d8318b8d18c6c05e7.tar.bz2
Bugfix
git-svn-id: file:///svnroot/wydawca/trunk@334 6bb4bd81-ecc2-4fd4-a2d4-9571d19c0d33
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 9f6e401..e123dcc 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2008 Sergey Poznyakoff
+ Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -934,7 +934,9 @@ _cfg_raw_read (gsc_config_file_t *file, char *val, struct obstack *stk)
{
file->error_msg (file->file_name, start_line, "missing end marker");
file->error_count++;
+ return 1;
}
+ return 0;
}
static void

Return to:

Send suggestions and report system problems to the System administrator.