diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index 737ee29fea..aa36d2a638 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,9 @@ +2006-12-04 Esteban Sanchez + + * misc/pandora_file.cc: Removed unuser variables. + + * bin/PandoraAgent.exe: Really updated to last commit. + 2006-12-04 Raul Mateos * installer/Pandora_Windows_Agent-1.2.0-Setup.exe: Added icon diff --git a/pandora_agents/win32/bin/PandoraAgent.exe b/pandora_agents/win32/bin/PandoraAgent.exe index edce4ac624..4a973d9658 100755 Binary files a/pandora_agents/win32/bin/PandoraAgent.exe and b/pandora_agents/win32/bin/PandoraAgent.exe differ diff --git a/pandora_agents/win32/misc/pandora_file.cc b/pandora_agents/win32/misc/pandora_file.cc index 5c3987836b..8c98a0b612 100644 --- a/pandora_agents/win32/misc/pandora_file.cc +++ b/pandora_agents/win32/misc/pandora_file.cc @@ -34,7 +34,6 @@ using namespace std; **/ bool Pandora_File::fileExists (const string filepath) { - string line, result; ifstream myfile (filepath.c_str ()); if (! myfile.is_open ()) {