• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision02b9aa76b868c3291cb3834cf6a437a00288b76b (tree)
Time2023-02-04 00:24:29
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

another typo mariadb step 4

Change Summary

Incremental Difference

--- a/Compile/lib/mariadbCompile/conf.lua
+++ b/Compile/lib/mariadbCompile/conf.lua
@@ -505,7 +505,7 @@ for name, value in pairs(conf) do
505505 -- add dump function
506506 value.dump = function(self)
507507 local ret = name .. " - " .. self.name .. ":\n"
508- ret = ret .. "\MariaDB Version: " .. self.mariadbVersion .. "\n"
508+ ret = ret .. "\tMariaDB Version: " .. self.mariadbVersion .. "\n"
509509 ret = ret .. "\tHost: " .. self.host .. "\n"
510510 ret = ret .. "\tToolchain: " .. self.toolchain .. "\n"
511511 ret = ret .. "\tCross Compile: " .. (self.crossCompile and "true" or "false") .. "\n"