projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be307dc
)
Fix attribute check
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Nov 2003 21:54:18 +0000
(21:54 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 25 Nov 2003 21:54:18 +0000
(21:54 +0000)
src/yaz-proxy-config.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-proxy-config.cpp
b/src/yaz-proxy-config.cpp
index
1742cf8
..
c4ed43d
100644
(file)
--- a/
src/yaz-proxy-config.cpp
+++ b/
src/yaz-proxy-config.cpp
@@
-2,7
+2,7
@@
* Copyright (c) 1998-2003, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-proxy-config.cpp,v 1.13 2003-10-24 10:21:24 adam Exp $
+ * $Id: yaz-proxy-config.cpp,v 1.14 2003-11-25 21:54:18 adam Exp $
*/
#include <ctype.h>
@@
-276,7
+276,7
@@
int Yaz_ProxyConfig::check_type_1_attributes(ODR odr, xmlNodePtr ptrl,
*addinfo = odr_strdup(odr, addinfo_str);
return atoi(match_error);
}
- return 0;
+ break;
}
}
}