From: K.Ohta Date: Tue, 19 Jun 2018 20:58:39 +0000 (+0900) Subject: [STATE] . X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=09e63d1dfbf2233bccbff564c6207d1d7efe96e5;p=csp-qt%2Fcommon_source_project-fm7.git [STATE] . --- diff --git a/source/src/statesub.cpp b/source/src/statesub.cpp index 76f38b96f..a7608123d 100644 --- a/source/src/statesub.cpp +++ b/source/src/statesub.cpp @@ -1206,7 +1206,8 @@ bool csp_state_utils::save_state(FILEIO *__fio, uint32_t *pcrc) _len = 0; } fio->put_int32(_len, &crc_value, &_stat); - out_debug_log("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); + //out_debug_log("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); + //printf("SAVE VARARRAY p=%08x len=%d atom=%d CRC=%08x\n",pp, _len, _asize, crc_value); if(((*p).assume_byte) && (_asize > 1)) { _len = _len / _asize; } @@ -1598,7 +1599,8 @@ bool csp_state_utils::load_state(FILEIO *__fio, uint32_t *pcrc) _len = _len / _asize; } } - out_debug_log("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); + //out_debug_log("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x",pp, _len, _asize, crc_value); + //printf("LOAD VARARRAY p=%08x len=%d atom=%d CRC=%08x\n",pp, _len, _asize, crc_value); } else { pp = (*p).ptr.p; }