User forums > Nightly builds
The 10 November 2013 build (9446) is out.
stahta01:
The Global Variable built-in lflags does NOT get saved; this is the first time I ever used lflags GV.
Problem likely existed for a long time.
Patch to fix.
--- Code: ---Index: src/sdk/uservarmanager.cpp
===================================================================
--- src/sdk/uservarmanager.cpp (revision 9452)
+++ src/sdk/uservarmanager.cpp (working copy)
@@ -62,7 +62,7 @@
_T("cflags"),
_T("lflags")
};
-const wxArrayString builtinMembers((size_t) 6, bim);
+const wxArrayString builtinMembers((size_t) 7, bim);
class UsrGlblMgrEditDialog : public wxScrollingDialog
{
--- End code ---
Tim S.
oBFusCATed:
In svn, thanks.
Navigation
[0] Message Index
[*] Previous page
Go to full version