projects
/
metaproxy-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:
069ac83
)
adapting lower-case convention
author
Marc Cromme
<marc@indexdata.dk>
Tue, 10 Oct 2006 14:20:16 +0000
(14:20 +0000)
committer
Marc Cromme
<marc@indexdata.dk>
Tue, 10 Oct 2006 14:20:16 +0000
(14:20 +0000)
src/filter_sru_to_z3950.cpp
patch
|
blob
|
history
diff --git
a/src/filter_sru_to_z3950.cpp
b/src/filter_sru_to_z3950.cpp
index
65264b0
..
9c1a12a
100644
(file)
--- a/
src/filter_sru_to_z3950.cpp
+++ b/
src/filter_sru_to_z3950.cpp
@@
-1,4
+1,4
@@
-/* $Id: filter_sru_to_z3950.cpp,v 1.21 2006-10-03 12:31:26 marc Exp $
+/* $Id: filter_sru_to_z3950.cpp,v 1.22 2006-10-10 14:20:16 marc Exp $
Copyright (c) 2005-2006, Index Data.
See the LICENSE file for details
@@
-1144,7
+1144,7
@@
static mp::filter::Base* filter_creator()
extern "C" {
struct metaproxy_1_filter_struct metaproxy_1_filter_sru_to_z3950 = {
0,
- "SRUtoZ3950",
+ "sru_z3950",
filter_creator
};
}