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:
0499c31
)
Fix warning (make string constant)
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 10 Jun 2009 07:42:05 +0000
(09:42 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 10 Jun 2009 07:42:05 +0000
(09:42 +0200)
zlint/test-search-01.cpp
patch
|
blob
|
history
diff --git
a/zlint/test-search-01.cpp
b/zlint/test-search-01.cpp
index
85e9ab6
..
88467aa
100644
(file)
--- a/
zlint/test-search-01.cpp
+++ b/
zlint/test-search-01.cpp
@@
-143,7
+143,7
@@
Zlint_code Zlint_test_search_01::sendTest(Zlint *z)
{
z->msg_check_for("sort %s", try_sort[m_sort_no]);
- char *setstring = "default";
+ const char *setstring = "default";
int len;
Z_SortRequest *sr = apdu->u.sortRequest;