[geany/geany-plugins] 6e8cf9: Fix typo to unbreak compilation on older GLib versions
Enrico Tröger
git-noreply at geany.org
Thu Jan 31 17:57:34 UTC 2013
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Thu, 31 Jan 2013 17:57:34 UTC
Commit: 6e8cf90c7b0e4c9edb10214b29da834d37d4e773
https://github.com/geany/geany-plugins/commit/6e8cf90c7b0e4c9edb10214b29da834d37d4e773
Log Message:
-----------
Fix typo to unbreak compilation on older GLib versions
Modified Paths:
--------------
scope/src/gtk216.c
Modified: scope/src/gtk216.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,7 @@
static ArraySize *find_array_size(GArray *array)
{
- gchar *end = array_sizes->data + sizeof(ArraySize) * array>len;
+ gchar *end = array_sizes->data + sizeof(ArraySize) * array->len;
gchar *data;
for (data = array_sizes->data; data < end; data += sizeof(ArraySize))
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list