We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831502c commit 2a59c8aCopy full SHA for 2a59c8a
1 file changed
libcob/common.c
@@ -2685,7 +2685,7 @@ cob_acuw_calledby (unsigned char *data)
2685
memset (f1->data, ' ', (int)f1->size);
2686
return 0;
2687
} else {
2688
- called_program_name = (const char *)cob_current_module->next->program_id;
+ called_program_name = (char *)cob_current_module->next->program_id;
2689
if (called_program_name == NULL) {
2690
return -1;
2691
}
0 commit comments