mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9175] Remove duplicate fclose call.
At some platform can cause cras at server startup.
This commit is contained in:
parent
f02d897828
commit
9901282592
2 changed files with 1 additions and 2 deletions
|
|
@ -189,7 +189,6 @@ static bool ReadDBCBuildFileText(const std::string& dbc_path, char const* locale
|
|||
fclose(file);
|
||||
|
||||
text = &buf[0];
|
||||
fclose(file);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9174"
|
||||
#define REVISION_NR "9175"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue