Branch: refs/heads/master Author: LarsGit223 LarsGit223@users.noreply.github.com Committer: GitHub noreply@github.com Date: Sun, 14 Jul 2019 09:15:05 UTC Commit: ad6f69478cfe3977b292a23aca5ae49b0abca43b https://github.com/geany/geany-plugins/commit/ad6f69478cfe3977b292a23aca5ae4...
Log Message: ----------- Merge pull request #885 from LarsGit223/scope-improve-on-hover-evaluate
scope: fixed misplaced '#define SCOPE_MAX_EVALUATE_EXPR_LENGTH'
Modified Paths: -------------- scope/src/utils.c
Modified: scope/src/utils.c 6 lines changed, 4 insertions(+), 2 deletions(-) =================================================================== @@ -33,13 +33,15 @@
#include "common.h"
-#ifdef G_OS_UNIX -#include <fcntl.h>
/* The maximum length of an expression for evaluating the value. (Including the string terminator '\0') */ #define SCOPE_MAX_EVALUATE_EXPR_LENGTH 256
+ +#ifdef G_OS_UNIX +#include <fcntl.h> + void show_errno(const char *prefix) { show_error(_("%s: %s."), prefix, g_strerror(errno));
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).