diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 02:09:08 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2017-06-23 02:09:08 +0000 |
| commit | 213013a5a08d37bd29da167eece256be75cebe7c (patch) | |
| tree | d53f3aaf016f0c82d31acb896344b5c066a04410 /src | |
| parent | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ... (diff) | |
| download | inkscape-213013a5a08d37bd29da167eece256be75cebe7c.tar.gz inkscape-213013a5a08d37bd29da167eece256be75cebe7c.zip | |
Opps! I had forgotten to increment the loop counter :-P
There we go...
Diffstat (limited to 'src')
| -rw-r--r-- | src/style-internal.cpp | 1 |
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); }; |
