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:
0f9a9f5
)
zoom: fix spelling for a few errors
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 24 Feb 2012 11:42:47 +0000
(12:42 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 24 Feb 2012 11:42:47 +0000
(12:42 +0100)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
97a1fde
..
452c18f
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-1598,7
+1598,8
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::explain_search(mp::Package &package,
{
*error = YAZ_BIB1_UNSPECIFIED_ERROR;
*addinfo =
- odr_strdup(odr, "IR-Explain---1 unsupported. torus explain_xsl not defined");
+ odr_strdup(odr, "IR-Explain---1 unsupported. "
+ "Torus explain_xsl not defined");
return m_backend;
}
else if (query->which == Z_Query_type_104 &&
@@
-1619,7
+1620,7
@@
yf::Zoom::BackendPtr yf::Zoom::Frontend::explain_search(mp::Package &package,
if (!doc)
{
*error = YAZ_BIB1_UNSPECIFIED_ERROR;
- *addinfo = odr_strdup(odr, "IR-Explain--1 problem. "
+ *addinfo = odr_strdup(odr, "IR-Explain---1 problem. "
"Could not obtain Torus records for Explain");
}
else