git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6673
91ce42f0-d328-0410-95d8-
f526ca767f89
*/
res_runscript.set_job_code_callback(job_code_callback_filesetname);
while ((c=(char*)res_runscript.commands->pop()) != NULL) {
- t = (int) res_runscript.commands->pop();
+ t = (long)res_runscript.commands->pop();
RUNSCRIPT *script = new_runscript();
memcpy(script, &res_runscript, sizeof(RUNSCRIPT));
script->command = c;
General:
24Mar08
+kes Fix error compiling runscript code on 64 bit machines.
kes Tweak Win32 mount point code.
kes Fix a couple of bugs in the accurate code (bad sscanf, buffer not
cleared giving bad file estimate).