aboutsummaryrefslogtreecommitdiff
path: root/etc/associate-address.fln
diff options
context:
space:
mode:
Diffstat (limited to 'etc/associate-address.fln')
-rw-r--r--etc/associate-address.fln2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/associate-address.fln b/etc/associate-address.fln
index d59330a..41b0d44 100644
--- a/etc/associate-address.fln
+++ b/etc/associate-address.fln
@@ -1,22 +1,22 @@
1/* This file is part of Eclat. 1/* This file is part of Eclat.
2 Copyright (C) 2012, 2013 Sergey Poznyakoff. 2 Copyright (C) 2012-2014 Sergey Poznyakoff.
3 3
4 Eclat is free software; you can redistribute it and/or modify 4 Eclat is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
9 Eclat is distributed in the hope that it will be useful, 9 Eclat is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */ 15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
16 16
17if (.AssociateAddressResponse.return) { 17if (.AssociateAddressResponse.return) {
18 if (!.AssociateAddressResponse.return[true]) { 18 if (!.AssociateAddressResponse.return[true]) {
19 error("Return: ",.AssociateAddressResponse.return,"\n"); 19 error("Return: ",.AssociateAddressResponse.return,"\n");
20 exit(1); 20 exit(1);
21 } 21 }
22} 22}

Return to:

Send suggestions and report system problems to the System administrator.