This commit is contained in:
Philip Rosedale 2013-05-31 14:21:38 -07:00
commit 088e9d0aef
2 changed files with 3 additions and 2 deletions

View file

@ -774,10 +774,10 @@ void Application::readSettingsFile() {
}
}
}
}
fclose(settingsFile);
}
}
void Application::saveSettingsFile() {
FILE* settingsFile = fopen(AVATAR_DATA_FILENAME, "wt");

View file

@ -10,6 +10,7 @@
#define __hifi__SharedUtil__
#include <stdint.h>
#include <unistd.h>
#include <math.h>
#ifdef _WIN32