|
a/src/internfile/internfile.cpp |
|
b/src/internfile/internfile.cpp |
|
... |
|
... |
571 |
sprintf(cbuf, "%d", int(doc.text.length()));
|
571 |
sprintf(cbuf, "%d", int(doc.text.length()));
|
572 |
doc.fbytes = cbuf;
|
572 |
doc.fbytes = cbuf;
|
573 |
}
|
573 |
}
|
574 |
} else if (it->first == cstr_dj_keymd) {
|
574 |
} else if (it->first == cstr_dj_keymd) {
|
575 |
doc.dmtime = it->second;
|
575 |
doc.dmtime = it->second;
|
|
|
576 |
} else if (it->first == cstr_dj_keyanc) {
|
|
|
577 |
doc.haschildren = true;
|
576 |
} else if (it->first == cstr_dj_keyorigcharset) {
|
578 |
} else if (it->first == cstr_dj_keyorigcharset) {
|
577 |
doc.origcharset = it->second;
|
579 |
doc.origcharset = it->second;
|
578 |
} else if (it->first == cstr_dj_keyfn) {
|
580 |
} else if (it->first == cstr_dj_keyfn) {
|
579 |
// Only if not set during the stack walk
|
581 |
// Only if not set during the stack walk
|
580 |
const string *fnp = 0;
|
582 |
const string *fnp = 0;
|