mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
878 stars 468 forks source link

Misspelled function name #180

Closed Jojinon closed 5 years ago

Jojinon commented 5 years ago

Function name should be IedServer_updateDbposValue

The function does not seem to be used anywhere so changing should not cause any problems except for people who already uses it in their projects!

Declared at: https://github.com/mz-automation/libiec61850/blob/6f7df75d85786b0e169ea007be959a51159a83cb/src/iec61850/inc/iec61850_server.h#L861

Defined at: https://github.com/mz-automation/libiec61850/blob/6f7df75d85786b0e169ea007be959a51159a83cb/src/iec61850/server/impl/ied_server.c#L1056

mzillgith commented 5 years ago

Thanks. I fixed it.