# HG changeset patch # User Matti Hamalainen # Date 1457009083 -7200 # Node ID 5a2ad6e49bfb878e5d99c7b0f2589f181c86c831 # Parent f7919a143fcbd4b95879a619d9db9527dfe7bc3d Update comment to reflect the status of supported printf length modifiers. diff -r f7919a143fcb -r 5a2ad6e49bfb th_string.c --- a/th_string.c Thu Mar 03 14:36:14 2016 +0200 +++ b/th_string.c Thu Mar 03 14:44:43 2016 +0200 @@ -446,7 +446,8 @@ } } - // Check for length modifiers (NOT SUPPORTED CURRENTLY) + + // Check for length modifiers (only some are supported currently) switch (*fmt) { case 'l':