Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Sep 20, 2024
1 parent 8833591 commit 7c18127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobc/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ cobc_slashify (const char *src)
if (is_test < 0)
is_test = !!getenv ("COB_IS_RUNNING_IN_TESTMODE");

if (is_test){
if (0 && is_test){
int i;
int len = strlen (src);
char *dst = cobc_malloc (len+1);
Expand Down

0 comments on commit 7c18127

Please sign in to comment.