Loading lib_debug/debug.c +4 −2 Original line number Diff line number Diff line Loading @@ -779,11 +779,13 @@ char *fname( const int16_t id, const int16_t enc_dec ) { char idd[5] = ".idX"; idd[3] = (char) ( id + '0' ); #ifdef DEBUG_FORCE_DIR size_t len; #endif char idd[6]; assert( id < 100 ); sprintf( idd, ".id%d", id ); strcpy( tmp_fname, dir ); #ifdef DEBUG_FORCE_DIR Loading Loading
lib_debug/debug.c +4 −2 Original line number Diff line number Diff line Loading @@ -779,11 +779,13 @@ char *fname( const int16_t id, const int16_t enc_dec ) { char idd[5] = ".idX"; idd[3] = (char) ( id + '0' ); #ifdef DEBUG_FORCE_DIR size_t len; #endif char idd[6]; assert( id < 100 ); sprintf( idd, ".id%d", id ); strcpy( tmp_fname, dir ); #ifdef DEBUG_FORCE_DIR Loading