aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-28 13:30:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-28 13:30:00 +0000
commit860ec4960ff61cf3b2e98e0d020e7f8a93a56008 (patch)
tree468b96d07fb2bb9369f9f1bf4005ab586e29f5d9
parent9f6c44ee0b1f19860351c76d52813319b3029e44 (diff)
downloadalck-860ec4960ff61cf3b2e98e0d020e7f8a93a56008.tar.gz
alck-860ec4960ff61cf3b2e98e0d020e7f8a93a56008.tar.bz2
Minor fix
git-svn-id: file:///svnroot/gsc/trunk@296 d2de0444-eb31-0410-8365-af798a554d48
-rw-r--r--gram.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/gram.y b/gram.y
index 33f0e39..dd323be 100644
--- a/gram.y
+++ b/gram.y
@@ -213,6 +213,8 @@ main (int argc, char **argv)
213 read_include (&cw_list, cwfile); 213 read_include (&cw_list, cwfile);
214 file_list = NULL; 214 file_list = NULL;
215 read_include (&file_list, optarg); 215 read_include (&file_list, optarg);
216 if (file_list)
217 {
216 for (s = file_list->head; s; s = s->next) 218 for (s = file_list->head; s; s = s->next)
217 { 219 {
218 openaliases_prefix (optarg, s->str); 220 openaliases_prefix (optarg, s->str);
@@ -220,6 +222,7 @@ main (int argc, char **argv)
220 file_count++; 222 file_count++;
221 } 223 }
222 slist_destroy (&file_list); 224 slist_destroy (&file_list);
225 }
223 break; 226 break;
224 227
225 case 'h': 228 case 'h':

Return to:

Send suggestions and report system problems to the System administrator.