summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-03-22 22:15:03 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-03-22 22:15:03 -0300
commit4043f97564ba86eb75a634410099e1a270279238 (patch)
treee95d21ba348c3845a62ccb12f75daec30bba064b
parent3622fa12bb5422b2e6d5752421946a80720e72de (diff)
added note
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 01df0af..74a5a5f 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -752,7 +752,7 @@ int get_formated_value(struct ent ** p, int col, char * value) {
}
// get real length of str
-// extended ascii chars counts as one char, not bytes.
+// NOTE: extended ascii chars counts as one char, not bytes.
int scstrlen(char * s) {
int len = 0;
if (s == NULL) return len;