From rswindell@VERT to CVS commit on Sun Sep 27 23:58:12 2015
src/xpdev genwrap.c 1.96 1.97 genwrap.h 1.104 1.105 ini_file.c 1.142 1.143 Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv19218
Modified Files:
genwrap.c genwrap.h ini_file.c
Log Message:
Move parseBytes() from ini_file.c (private/static) to genwrap.c (public) and rename to parse_byte_count(), so we can use it more places (e.g. jsexec).
From rswindell@VERT to CVS commit on Thu May 26 01:36:14 2016
src/xpdev genwrap.c 1.98 1.99 genwrap.h 1.107 1.108 ini_file.c 1.147 1.148 Update of /cvsroot/sbbs/src/xpdev
In directory cvs:/tmp/cvs-serv18909
Modified Files:
genwrap.c genwrap.h ini_file.c
Log Message:
Introduce duration_to_str() and byte_count_to_str() to genwrap.c (the inverse of parse_byte_count() and parse_duration()) and use them in ini_file.c