d_camera size fix

This commit is contained in:
Jasper St. Pierre
2026-03-01 11:45:09 -08:00
parent 18b99218eb
commit 891a80b87c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ int fpcSCtRq_phase_SubCreateProcess(standard_create_request_class* i_request) {
int ret = fpcBs_SubCreate(i_request->base.process);
static int sSubCreateLogCount = 0;
if (sSubCreateLogCount < 20) {
printf("[DIAG] fpcSCtRq_phase_SubCreateProcess: procName=%d ret=%d\n", i_request->process_name, ret); fflush(stdout);
printf("[DIAG] fpcSCtRq_phase_SubCreateProcess: pid=%d procName=%04x ret=%d\n", i_request->base.id, i_request->process_name, ret); fflush(stdout);
sSubCreateLogCount++;
}