Skip to content

Commit 096bb38

Browse files
committed
Fixed bug in C
1 parent 30677bb commit 096bb38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: ExomeDepth
22
Type: Package
33
Title: Calls Copy Number Variants from Targeted Sequence Data
44
Version: 1.1.18
5-
Date: 2022-10-14
5+
Date: 2025-2-9
66
Encoding: UTF-8
77
Depends: R (>= 3.4.0)
88
Imports: Biostrings, IRanges, Rsamtools, GenomicRanges (>= 1.23.0), aod, VGAM (>= 0.8.4), methods, GenomicAlignments, dplyr, magrittr

src/error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gsl_error (const char * reason, const char * file, int line, int gsl_errno)
4242
}
4343

4444
//gsl_stream_printf ("ERROR", file, line, reason);
45-
Rprintf ("ERROR %s %s %s\n", file, line, reason);
45+
Rprintf ("ERROR %s %i %s\n", file, line, reason);
4646

4747
//fflush (stdout);
4848
Rprintf ("Default GSL error handler invoked.\n");

0 commit comments

Comments
 (0)