Skip to content
Snippets Groups Projects
Commit d32fe792 authored by rswindell's avatar rswindell
Browse files

Default import pointer is 0xffffffff (import none).

parent 410516bb
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ for(i in area) {
/* Read Pointer File */
/*********************/
export_ptr = 0;
import_ptr = 0;
import_ptr = ~0; // Set to highest possible message number
ptr_fname = msgbase.file + ".snl";
ptr_file = new File(ptr_fname);
if(ptr_file.open("rb")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment