Branch: refs/heads/1.22_release Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 05 Jul 2012 22:02:34 Commit: 089a555e5c4b5eb57e868ae9fc04bf5c26360a04 https://github.com/geany/geany-plugins/commit/089a555e5c4b5eb57e868ae9fc04bf...
Log Message: ----------- GeanyLua: Update mkiface script to use a const string
Modified Paths: -------------- geanylua/util/mkiface.lua
Modified: geanylua/util/mkiface.lua 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -122,7 +122,7 @@ print("\tSLT_LAST\n} GlspiType;\n\n")
print("typedef struct _SciCmdHashEntry {") -print("\tgchar *name;") +print("\tconst gchar *name;") print("\tGlspiType result;") print("\tgint msgid;") print("\tGlspiType wparam;")
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).