diff th_string.c @ 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 eb79d11d8d40
children 6b50bf4317c0
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':