Hi Thomas, Thomas Schuerger wrote: > here is another small patch for GTKG: > - modified/added 64-bit functions for converting bytes/KB to a > readable string
I'm not so sure whether we really need a 32-bit and a 64-bit version. I think we replace the former by the latter in the future. > - improved output of the HORIZON command in GTKG's remote shell Applied after fixing the code style. I've replaced "sizeof(buf) - 1" by "sizeof(buf)" because gm_snprintf() takes already of this, it won't overflow the buffer and always terminate the string. I know there's some of this over-protective and therefore confusing/misguiding code elsewhere (not yours) and I'll fix those, too, when I come around them. Just to let you know... Regards & thanks for your patch, Christian
pgpUmAqPD3C5l.pgp
Description: PGP signature
