diff --git a/uppsrc/Core/t.cpp b/uppsrc/Core/t.cpp index c8f26d030..25c066d0b 100644 --- a/uppsrc/Core/t.cpp +++ b/uppsrc/Core/t.cpp @@ -110,7 +110,7 @@ void AddModule(const LngEntry__* l, const char *name) r.text = GetENUSc(l->text); } else - if(l->text && *l->text) { + if(l->text && *l->text && lr) { LngRec& r = lr->Add(); r.lang = l->lang; r.text = l->text;