|
a/src/query/dynconf.cpp |
|
b/src/query/dynconf.cpp |
|
... |
|
... |
192 |
if (!(op_flags & OPT_s))
|
192 |
if (!(op_flags & OPT_s))
|
193 |
Usage();
|
193 |
Usage();
|
194 |
hist.enterString(sk, value);
|
194 |
hist.enterString(sk, value);
|
195 |
} else {
|
195 |
} else {
|
196 |
for (int i = 0; i < 10; i++) {
|
196 |
for (int i = 0; i < 10; i++) {
|
197 |
char docname[100];
|
197 |
char docname[200];
|
198 |
sprintf(docname, "A very long document document name"
|
198 |
sprintf(docname, "A very long document document name"
|
199 |
"is very long indeed and this is the end of "
|
199 |
"is very long indeed and this is the end of "
|
200 |
"it here and exactly here:\n%d", i);
|
200 |
"it here and exactly here:\n%d", i);
|
201 |
hist.enterDoc(string(docname), "ipathx");
|
201 |
hist.enterDoc(string(docname), "ipathx");
|
202 |
}
|
202 |
}
|