Skip to content
Snippets Groups Projects
Commit 3d56ee8b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Don't report how many bases are being scanned, cause we don't know

... was always reporting 0 because 'area' is not an array object
parent 1ed8bdac
No related branches found
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ function save_ptr(ini_file, name, value) ...@@ -370,7 +370,7 @@ function save_ptr(ini_file, name, value)
} }
} }
printf("Scanning %lu message bases...\r\n",area.length); printf("Scanning message bases...\r\n");
for(sub in area) { for(sub in area) {
if(!socket.is_connected) if(!socket.is_connected)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment