From 43a9a4742c5d0d74a12d7a32bf92bad766115110 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Wed, 21 Jan 2015 18:54:40 -0600 Subject: [PATCH] Add proper file log closing to export --- client_files/export/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client_files/export/main.cpp b/client_files/export/main.cpp index f950907ac..10c4e0ca9 100644 --- a/client_files/export/main.cpp +++ b/client_files/export/main.cpp @@ -63,6 +63,8 @@ int main(int argc, char **argv) { ExportSkillCaps(&database); ExportBaseData(&database); + Log.CloseFileLogs(); + return 0; }