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:
f9f3d60
)
Use Odr_oid for OIDs. Requires YAZ 3.0.2
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 May 2007 07:14:28 +0000
(07:14 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 9 May 2007 07:14:28 +0000
(07:14 +0000)
src/filter_record_transform.cpp
patch
|
blob
|
history
diff --git
a/src/filter_record_transform.cpp
b/src/filter_record_transform.cpp
index
4cdfaf0
..
5de0f35
100644
(file)
--- a/
src/filter_record_transform.cpp
+++ b/
src/filter_record_transform.cpp
@@
-1,4
+1,4
@@
-/* $Id: filter_record_transform.cpp,v 1.10 2007-04-13 09:57:51 adam Exp $
+/* $Id: filter_record_transform.cpp,v 1.11 2007-05-09 07:14:28 adam Exp $
Copyright (c) 2005-2007, Index Data.
See the LICENSE file for details
@@
-141,7
+141,7
@@
void yf::RecordTransform::Impl::process(mp::Package &package) const
}
const char *match_schema = 0;
- int *match_syntax = 0;
+ Odr_oid *match_syntax = 0;
const char *backend_schema = 0;
Odr_oid *backend_syntax = 0;