summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2017-06-23 02:09:08 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2017-06-23 02:09:08 +0000
commit213013a5a08d37bd29da167eece256be75cebe7c (patch)
treed53f3aaf016f0c82d31acb896344b5c066a04410 /src/style-internal.cpp
parentrename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ... (diff)
downloadinkscape-213013a5a08d37bd29da167eece256be75cebe7c.tar.gz
inkscape-213013a5a08d37bd29da167eece256be75cebe7c.zip
Opps! I had forgotten to increment the loop counter :-P
There we go...
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 72574dddc..5c2f5697f 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -558,6 +558,7 @@ SPIFontVariationSettings::read( gchar const *str ) {
}
normal = false;
}
+ i++;
}
g_strfreev (strarray);
};