changeset 401:5a2ad6e49bfb

Update comment to reflect the status of supported printf length modifiers.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:44:43 +0200
parents f7919a143fcb
children ec4c395aadb8
files th_string.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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':