mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
[7911] Applied coding style.
This commit is contained in:
parent
ec1d6a3b56
commit
42f8ce5f3e
58 changed files with 1452 additions and 1459 deletions
|
|
@ -36,7 +36,7 @@ bool DBCFile::open()
|
|||
f.read(&nb,4); // Number of fields
|
||||
f.read(&es,4); // Size of a record
|
||||
f.read(&ss,4); // String size
|
||||
|
||||
|
||||
recordSize = es;
|
||||
recordCount = na;
|
||||
fieldCount = nb;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue