Jeck - Fix to r1151, which left an open file descriptor.

This commit is contained in:
wagic.jeck
2009-10-23 07:26:12 +00:00
parent c87343a7f2
commit c552a47087

View File

@@ -687,6 +687,7 @@ void OptionTheme::Render(){
author += temp[x];
}
}
file.close();
}
sprintf(buf,"Theme: %s",selections[value].c_str());