]> 4ch.mooo.com Git - 16.git/commitdiff
added some stuff i got tired of adding w and some more and thats it for that i will...
authorsparky4 <sparky4@cock.li>
Wed, 28 Jun 2017 15:53:46 +0000 (10:53 -0500)
committersparky4 <sparky4@cock.li>
Wed, 28 Jun 2017 15:53:46 +0000 (10:53 -0500)
src/lib/16_hc.c

index af9c99bf7d02be3d682c31d14cca57df85c533bd..ede6a32f8bae1ec095c2ed920b59d0d27faf2303 100755 (executable)
@@ -481,8 +481,10 @@ fh_info._pentry, fh_info._size );*/
        printmeminfoline(scratch, "Near", nh_total, nh_used, nh_free);\r
        printmeminfoline(scratch, "Far", fh_total, fh_used, fh_free);\r
        strcat(scratch,"----------------  --------   --------   --------\n");\r
+#if defined(__LARGE__) || defined(__COMPACT__) || defined(__HUGE__)\r
        strcat(scratch,"HC_coreleft = ");                       ultoa((dword)HC_coreleft(),str,10);                     strcat(scratch,str);    strcat(scratch,"\n");\r
        strcat(scratch,"HC_farcoreleft = ");                    ultoa((dword)HC_farcoreleft(),str,10);          strcat(scratch,str);    strcat(scratch,"\n");\r
+#endif\r
 //--   strcat(scratch,"HC_Newfarcoreleft = ");         ultoa((dword)HC_Newfarcoreleft(),str,10);               strcat(scratch,str);    strcat(scratch,"\n");\r
 //--   strcat(scratch,"HC_GetFreeSize = ");            ultoa((dword)HC_GetFreeSize(),str,10);          strcat(scratch,str);    strcat(scratch,"\n");\r
 //00   strcat(scratch,"HC_GetNearFreeSize = ");        ultoa((dword)HC_GetNearFreeSize(),str,10);      strcat(scratch,str);    strcat(scratch,"\n");\r