Skip to content

Commit 2a59c8a

Browse files
committed
constが利用できない個所で使用していたため、削除
1 parent 831502c commit 2a59c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcob/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@ cob_acuw_calledby (unsigned char *data)
26852685
memset (f1->data, ' ', (int)f1->size);
26862686
return 0;
26872687
} else {
2688-
called_program_name = (const char *)cob_current_module->next->program_id;
2688+
called_program_name = (char *)cob_current_module->next->program_id;
26892689
if (called_program_name == NULL) {
26902690
return -1;
26912691
}

0 commit comments

Comments
 (0)