Attachment 'lua_commentparse-13.3-RELEASE.diff'

Download

   1 diff --git a/stand/lua/config.lua b/stand/lua/config.lua
   2 index 2f22056efde2..b235553b061e 100644
   3 --- a/stand/lua/config.lua
   4 +++ b/stand/lua/config.lua
   5 @@ -64,7 +64,7 @@ local MSG_FAILSYN_BADVAR = "Malformed variable expression at position '%d'"
   6  -- env_var entries in the pattern table.  This is perhaps a good target for a
   7  -- little refactoring.
   8  local MODULEEXPR = '([%w%d-_.]+)'
   9 -local QVALEXPR = '"(.*)"'
  10 +local QVALEXPR = '"([^"]*)"'
  11  local QVALREPL = QVALEXPR:gsub('%%', '%%%%')
  12  local WORDEXPR = "([-%w%d][-%w%d_.]*)"
  13  local WORDREPL = WORDEXPR:gsub('%%', '%%%%')

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2024-04-24T03:39:05+0000, 5.8 KB) [[attachment:files_drm_510_kmod.shar]]
  • [get | view] (2024-04-24T01:23:12+0000, 19.2 KB) [[attachment:loader_rotate-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:23:51+0000, 0.6 KB) [[attachment:lua_commentparse-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:08:17+0000, 41.1 KB) [[attachment:multifix-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:24:12+0000, 0.6 KB) [[attachment:ntp-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:21:52+0000, 10.8 KB) [[attachment:thermal_management-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:23:36+0000, 2.9 KB) [[attachment:usb_hid_setprotocol-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:22:44+0000, 7.2 KB) [[attachment:vt_rotate-13.3-RELEASE.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.