]> Devoid-pointer.net GitWeb - libHPCS.git/commitdiff
Improve phrasing of a comment
authorMichal Malý <madcatxster@devoid-pointer.net>
Sun, 29 Mar 2015 16:33:10 +0000 (18:33 +0200)
committerMichal Malý <madcatxster@devoid-pointer.net>
Sun, 29 Mar 2015 16:33:10 +0000 (18:33 +0200)
libhpcs.c

index ea77bbf4935d280882112f3298a9948ee209d234..237c7a19bbd5616e7ab9026c58530f13d5e0f46c 100644 (file)
--- a/libhpcs.c
+++ b/libhpcs.c
@@ -491,8 +491,8 @@ out:
        return ret;
 }
 
-/* This function assumes that the date information are composed only
-   of characters from ISO-8859-1 charset. Under such assumption it is
+/* This function assumes that the date information are composed only of the
+   first 127 characters from ISO-8859-1 charset. Under such assumption it is
    possible to treat UTF-8 strings as single-byte strings with ISO-8859-1
    encoding */
 static enum HPCS_ParseCode read_date(FILE* datafile, struct HPCS_Date* date)