Let the carnage begin....
[metze/old/v3-2-winbind-ndr.git] / source / intl / lang_tdb.c
index d3422f0d78ac03d599ac2fc2898455ca083bf1be..d20a15d90e26c7ce74cfb74f6a7ab00d6753d5b8 100644 (file)
@@ -34,7 +34,7 @@ static BOOL load_msg(const char *msg_file)
        char *msgid, *msgstr;
        TDB_DATA key, data;
 
-       lines = file_lines_load(msg_file, &num_lines);
+       lines = file_lines_load(msg_file, &num_lines,0);
 
        if (!lines) {
                return False;