fixing of minor compiler warnings

This commit is contained in:
nova
2026-05-10 21:58:40 +02:00
parent dcb47d420b
commit adac32fcc1
2 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ void *thread_mid(){
btm_status = local_status;
long i;
unsigned long i;
for (i = 0; i < tmp.file_count; i++) {
free(tmp.file_list[i].file_name);
}
@@ -244,7 +244,7 @@ void *thread_rgt(){
render_queue[RENDER_QUEUE_RGT] = 1;
pthread_mutex_unlock(&mutex_rgt);
long i;
unsigned long i;
for (i = 0; i < tmp.file_count; i++) {
free(tmp.file_list[i].file_name);
}