From e1a26869655951a616c967522ee7b09131c18a19 Mon Sep 17 00:00:00 2001 From: Rafael Picanço Date: Sat, 31 Dec 2016 18:48:49 -0300 Subject: [PATCH] runner: add missing string in convertion procedure --- experiment_runner/units/string_methods.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiment_runner/units/string_methods.pas b/experiment_runner/units/string_methods.pas index f719cf9..2a56e22 100644 --- a/experiment_runner/units/string_methods.pas +++ b/experiment_runner/units/string_methods.pas @@ -359,7 +359,8 @@ begin 'V':Result+=[gscVariablePoints]; 'A':Result+=[gscA]; 'B':Result+=[gscB]; - 'G':Result+=[gscG] + 'G':Result+=[gscG]; + 'I':Result+=[gscI]; end; end; -- libgit2 0.21.2