X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fvariable_tokenizer.h;h=34588a661b0df9c3dcddfa5a1c42c44a150e01dc;hb=56a8b71bcfe324f83044a12738004151ff2fc064;hp=82b083573bd0a2f643461ecddfa6debc375ea014;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/configuration/variable_tokenizer.h b/nucleus/library/configuration/variable_tokenizer.h index 82b08357..34588a66 100644 --- a/nucleus/library/configuration/variable_tokenizer.h +++ b/nucleus/library/configuration/variable_tokenizer.h @@ -94,7 +94,7 @@ public: possible by using the current separator and assignment characters. E.G.: if the separator is ';' and the assignment character is '=', then one's string would look something like: @code - TEMP=c:\tmp; GLOB=c:\glob.exe; .... @endcode + state_folder=/home/fred/state; GLOB=/usr/bin/glob.exe; .... @endcode whitespace is ignored if it's found (1) after a separator and before the next variable name, (2) after the variable name and before the assignment character, (3) after the assignment character and before the