daokoder / dao-modules

Dao Standard Modules
http://daovm.net
12 stars 5 forks source link

Minor: performance of DaoFile_WriteString() #62

Closed dumblob closed 9 years ago

dumblob commented 9 years ago

It seems, that the separate DString_FindChar() in DaoFile_WriteString() might be eliminated, because fprintf() already reads arguments until \0 and returns the number of bytes written (except for the \0 itself).

daokoder commented 9 years ago

Done.